thetestcoder/power-calculator

Package Help you to conversion power units into different units

1.1.0 2021-02-03 02:00 UTC

This package is auto-updated.

Last update: 2024-04-29 04:40:34 UTC


README

The Package will help you to convert power units into another unit.

Latest Version on Packagist GitHub Tests Status

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.