https://github.com/spatie/weight-conversions
Weight conversions in PHP
https://github.com/spatie/weight-conversions
conversions php weight
Last synced: 6 months ago
JSON representation
Weight conversions in PHP
- Host: GitHub
- URL: https://github.com/spatie/weight-conversions
- Owner: spatie
- License: mit
- Created: 2021-11-03T09:58:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T14:44:39.000Z (over 3 years ago)
- Last Synced: 2025-04-02T03:43:17.554Z (7 months ago)
- Topics: conversions, php, weight
- Language: PHP
- Homepage: https://spatie.be/open-source
- Size: 30.3 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[
](https://supportukrainenow.org)
# Weight conversions in PHP
[](https://packagist.org/packages/spatie/weight-conversions)
[](https://github.com/spatie/weight-conversions/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/spatie/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 spatie/weight-conversions
```
## Usage
```php
$skeleton = new Spatie\WeightConversions();
echo $skeleton->echoPhrase('Hello, Spatie!');
```
## 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
- [Freek Van der Herten](https://github.com/freekmurze)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.