https://github.com/alqahtani/weight-conversions
Weight conversions in PHP
https://github.com/alqahtani/weight-conversions
conversions php weight
Last synced: 9 days ago
JSON representation
Weight conversions in PHP
- Host: GitHub
- URL: https://github.com/alqahtani/weight-conversions
- Owner: alqahtani
- License: mit
- Created: 2021-11-15T19:20:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T08:42:43.000Z (over 4 years ago)
- Last Synced: 2025-12-14T14:31:01.874Z (6 months ago)
- Topics: conversions, php, weight
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Weight conversions in PHP
[](https://packagist.org/packages/alqahtani/weight-conversions)
[](https://github.com/alqahtani/weight-conversions/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/alqahtani/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 alqahtani/weight-conversions
```
## Usage
```php
$skeleton = new Alqahtani\WeightConversions();
echo $skeleton->echoPhrase('Hello, Alqahtani!');
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Ahmed AlQahtani](https://github.com/alqahtani)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.