devgroup / yii2-measure
This extension allows to work with different measure units, converts and formats it
Installs: 676
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 2
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0.0
- yiister/yii2-mappable-ar: ^1.0
Requires (Dev)
- codeception/codeception: ^2.2
This package is not auto-updated.
Last update: 2024-10-26 20:20:44 UTC
README
This extension allows to work with different measure units, converts and formats it
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist devgroup/yii2-measure "*"
or add
"devgroup/yii2-measure": "*"
to the require section of your composer.json
file.