https://github.com/rafi021/weight-conversions
A Laravel package for converting weights
https://github.com/rafi021/weight-conversions
conversions php weight
Last synced: 12 months ago
JSON representation
A Laravel package for converting weights
- Host: GitHub
- URL: https://github.com/rafi021/weight-conversions
- Owner: rafi021
- License: mit
- Created: 2023-07-17T04:46:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T02:16:41.000Z (over 2 years ago)
- Last Synced: 2025-02-07T08:50:15.771Z (over 1 year ago)
- Topics: conversions, php, weight
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# This is my package weight-conversions
[](https://packagist.org/packages/rafi021/weight-conversions)
[](https://github.com/rafi021/weight-conversions/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/rafi021/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 rafi021/weight-conversions
```
## Usage
```php
echo WeightConversionsClass::kilograms(100)->toPounds();;
```
## 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
- [mahmud ibrahim](https://github.com/rafi021)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.