devgroup / yii2-measure
This extension allows to work with different measure units, converts and formats it
Package info
github.com/DevGroup-ru/yii2-measure
Type:yii2-extension
pkg:composer/devgroup/yii2-measure
dev-master
2016-12-01 12:08 UTC
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: 2026-03-01 03:20:58 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.