https://github.com/jorgecortesdev/weight-conversions
Weight conversions in PHP
https://github.com/jorgecortesdev/weight-conversions
conversions php weight
Last synced: 5 months ago
JSON representation
Weight conversions in PHP
- Host: GitHub
- URL: https://github.com/jorgecortesdev/weight-conversions
- Owner: jorgecortesdev
- License: mit
- Created: 2022-05-28T04:41:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T21:06:39.000Z (over 2 years ago)
- Last Synced: 2025-07-06T03:41:49.050Z (11 months ago)
- Topics: conversions, php, weight
- Language: PHP
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Weight conversions in PHP
[](https://packagist.org/packages/jorgecortesdev/weight-conversions)
[](https://github.com/jorgecortesdev/weight-conversions/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/jorgecortesdev/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 jorgecortesdev/weight-conversions
```
## Usage
```php
$skeleton = new JorgeCortesDev\WeightConversions();
echo $skeleton->echoPhrase('Hello, JorgeCortesDev!');
```
## 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
- [Jorge Cortés](https://github.com/jorgecortesdev)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.