migo / unit-conversions
unit conversions in php
1.1.0
2020-12-30 01:01 UTC
Requires
- php: ^7.4|^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpunit/phpunit: ^9.3
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2024-10-29 05:54:00 UTC
README
A Package For Unit Conversions But Curently still on Kgs to Lbs
Installation
You can install the package via composer:
composer require migo/unit-conversions
Usage
use Migo\UnitConversions\Weight; Weight::fromKilograms(100)->toLbs() // returns 220.4623;
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.