Skip to content

altiore/yii2-money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 Money

Yii2 money expenditure records

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yii2-money/money "*"

or add

"yii2-money/money": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \altiore\\money\\AutoloadExample::widget(); ?>```