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

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

weight conversions in php
https://github.com/tok3/weight-conversions

conversions php weight

Last synced: 5 months ago
JSON representation

weight conversions in php

Awesome Lists containing this project

README

          

# Packagetest weight-conversions

[![Latest Version on Packagist](https://img.shields.io/packagist/v/tok3/weight-conversions.svg?style=flat-square)](https://packagist.org/packages/tok3/weight-conversions)
[![Tests](https://img.shields.io/github/actions/workflow/status/tok3/weight-conversions/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/tok3/weight-conversions/actions/workflows/run-tests.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/tok3/weight-conversions.svg?style=flat-square)](https://packagist.org/packages/tok3/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 tok3/weight-conversions
```

## Usage

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

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

- [tok3](https://github.com/tok3)
- [All Contributors](../../contributors)

## License

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