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

https://github.com/geneowak/weight-conversions

Learning how to build a package
https://github.com/geneowak/weight-conversions

conversions php weight

Last synced: 2 months ago
JSON representation

Learning how to build a package

Awesome Lists containing this project

README

        

# Weight conversions in PHP.

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

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:

```bash
composer require geneowak/weight-conversions
```

## Usage

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

## 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

- [Eugene Owak](https://github.com/geneowak)
- [All Contributors](../../contributors)

## License

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