An open API service indexing awesome lists of open source software.

https://github.com/c3n7-learning/unit-conversions

A package to perform unit conversions in PHP
https://github.com/c3n7-learning/unit-conversions

conversions php weight

Last synced: 5 months ago
JSON representation

A package to perform unit conversions in PHP

Awesome Lists containing this project

README

          

# This is my package for unit conversions"

[![Latest Version on Packagist](https://img.shields.io/packagist/v/c3n7-learning/unit-conversions.svg?style=flat-square)](https://packagist.org/packages/c3n7-learning/unit-conversions)
[![Tests](https://img.shields.io/github/actions/workflow/status/c3n7-learning/unit-conversions/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/c3n7-learning/unit-conversions/actions/workflows/run-tests.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/c3n7-learning/unit-conversions.svg?style=flat-square)](https://packagist.org/packages/c3n7-learning/unit-conversions)

## Installation

You can install the package via composer:

```bash
composer require c3n7-learning/unit-conversions
```

## Usage

```php
$skeleton = new C3N7Learning\UnitConversions();
echo $skeleton->echoPhrase('Hello, C3N7Learning!');
```

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Timothy Karani](https://github.com/c3n7-learning)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.