centire / unit-conversions
Unit conversion in PHP
Fund package maintenance!
spatie
spatie.be/open-source/support-us
Requires
- php: ^7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2025-03-20 22:18:02 UTC
README
A wonderful package for unit conversions in PHP
Installation
You can install the package via composer:
composer require niveshsaharan/unit-conversions
Usage
$lbs = Weight::fromKilograms(100)->toLbs();
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email hey@nive.sh instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.