https://github.com/hiqdev/php-units
PHP Units of Measure Library
https://github.com/hiqdev/php-units
hacktoberfest
Last synced: 9 months ago
JSON representation
PHP Units of Measure Library
- Host: GitHub
- URL: https://github.com/hiqdev/php-units
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2017-03-26T08:51:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T10:31:15.000Z (almost 2 years ago)
- Last Synced: 2025-09-02T02:25:11.591Z (10 months ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 74.2 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Units
**PHP Units of Measure Library**
[](https://packagist.org/packages/hiqdev/php-units)
[](https://packagist.org/packages/hiqdev/php-units)
[](https://travis-ci.org/hiqdev/php-units)
[](https://scrutinizer-ci.com/g/hiqdev/php-units/)
[](https://scrutinizer-ci.com/g/hiqdev/php-units/)
Units of measure library providing:
- immutable objects
- units of measure
- quantity with unit
- conversion
## Installation
The preferred way to install this library is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/php-units"
```
or add
```json
"hiqdev/php-units": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2017-2019, HiQDev (http://hiqdev.com/)