jobadssit / weight-converter
Weight conversion using php
Fund package maintenance!
jobadssist
Requires
- php: ^8.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.13.2
- pestphp/pest: ^v1.22.3
- spatie/ray: ^1.28
- vimeo/psalm: ^5.4.0
This package is auto-updated.
Last update: 2024-10-10 01:54:55 UTC
README
This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require jobadssit/weight-converter
Usage
echo Jobadssist\WeightConverter\WeightConverter::kilograms(100)->toPounds(). PHP_EOL; echo Jobadssist\WeightConverter\WeightConverter::kilograms(100)->toStones(). PHP_EOL;
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.