The Package will help you to convert power units into another unit.
You can install the package via composer:
composer require thetestcoder/power-calculator$powerCalculator = new TheTestCoder\PowerCalculator(100, 10);
echo $powerCalculator->intoKWH();composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.