https://github.com/tok3/weight-conversions
weight conversions in php
https://github.com/tok3/weight-conversions
conversions php weight
Last synced: 5 months ago
JSON representation
weight conversions in php
- Host: GitHub
- URL: https://github.com/tok3/weight-conversions
- Owner: tok3
- License: mit
- Created: 2024-08-02T13:57:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T05:33:16.000Z (over 1 year ago)
- Last Synced: 2025-08-11T02:27:23.987Z (10 months ago)
- Topics: conversions, php, weight
- Language: PHP
- Homepage: http://eq3w.de
- Size: 28.3 KB
- Stars: 0
- 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
# Packagetest weight-conversions
[](https://packagist.org/packages/tok3/weight-conversions)
[](https://github.com/tok3/weight-conversions/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/tok3/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 tok3/weight-conversions
```
## Usage
```php
$skeleton = new Tok3\WeightConversions();
echo $skeleton->echoPhrase('Hello, Tok3!');
```
## 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
- [tok3](https://github.com/tok3)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.