adamhut/unit-conversion

Perform unit conversion in PHP

1.1.1 2020-07-05 14:27 UTC

This package is auto-updated.

Last update: 2024-04-05 22:43:14 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Installation

You can install the package via composer:

composer require adamhut/unit-conversion

Usage

$skeleton = new Adamhut\UnitConversion();
echo $skeleton->echoPhrase('Hello, Adamhut!');

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 freek@spatie.be instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.