https://github.com/geneowak/weight-conversions
Learning how to build a package
https://github.com/geneowak/weight-conversions
conversions php weight
Last synced: 2 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 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T07:55:19.000Z (5 months ago)
- Last Synced: 2025-04-10T23:17:09.670Z (2 months ago)
- Topics: conversions, php, weight
- Language: PHP
- Homepage: https://watsina.io
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.