thetestcoder / power-calculator
Package Help you to conversion power units into different units
Fund package maintenance!
thetestcoder
Requires
- php: ^7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.17
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-29 05:59:44 UTC
README
The Package will help you to convert power units into another unit.
Installation
You can install the package via composer:
composer require thetestcoder/power-calculator
Usage (Just Like)
$powerCalculator = new TheTestCoder\PowerCalculator(100, 10); echo $powerCalculator->intoKWH();
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.