devgroup/yii2-measure

This extension allows to work with different measure units, converts and formats it

Installs: 674

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 2

Type:yii2-extension

dev-master 2016-12-01 12:08 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:29:51 UTC


README

Build Status codecov

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.

Usage