https://github.com/rockblings/weight-converter
Converting weight in php
https://github.com/rockblings/weight-converter
conversions jobadssist php weight
Last synced: 5 months ago
JSON representation
Converting weight in php
- Host: GitHub
- URL: https://github.com/rockblings/weight-converter
- Owner: rockblings
- License: mit
- Created: 2023-01-16T12:21:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T23:40:42.000Z (over 2 years ago)
- Last Synced: 2025-08-03T04:24:17.805Z (10 months ago)
- Topics: conversions, jobadssist, php, weight
- Language: PHP
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Weight conversion using php
[](https://packagist.org/packages/jobadssit/weight-converter)
[](https://github.com/jobadssit/weight-converter/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/jobadssit/weight-converter)
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 jobadssit/weight-converter
```
## Usage
```php
echo Jobadssist\WeightConverter\WeightConverter::kilograms(100)->toPounds(). PHP_EOL;
echo Jobadssist\WeightConverter\WeightConverter::kilograms(100)->toStones(). PHP_EOL;
```
## 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
- [Godspower Oduose](https://github.com/rockblings)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.