https://github.com/geneowak/weight-conversions
Learning how to build a package
https://github.com/geneowak/weight-conversions
conversions php weight
Last synced: 3 months ago
JSON representation
Learning how to build a package
- Host: GitHub
- URL: https://github.com/geneowak/weight-conversions
- Owner: geneowak
- License: mit
- Created: 2022-08-30T19:00:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T07:42:27.000Z (5 months ago)
- Last Synced: 2026-01-12T17:45:06.575Z (5 months ago)
- Topics: conversions, php, weight
- Language: PHP
- Homepage: https://watsina.io
- Size: 45.9 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
- Security: SECURITY.md
Awesome Lists containing this project
README
# Weight conversions in PHP.
[](https://packagist.org/packages/geneowak/weight-conversions)
[](https://github.com/geneowak/weight-conversions/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/geneowak/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 geneowak/weight-conversions
```
## Usage
```php
$skeleton = new Geneowak\WeightConversions();
echo $skeleton->echoPhrase('Hello, Geneowak!');
```
## 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
- [Eugene Owak](https://github.com/geneowak)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.