Eyadhamza / unit-conversion

a package to perform unit conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

perform unit conversion in php

Latest Version on Packagist GitHub Tests Action Status Total Downloads

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 theprofessor/unit-conversion

Usage

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

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.

About

a package to perform unit conversion

License:MIT License


Languages

Language:Shell 60.1%Language:PHP 39.9%