https://github.com/c3n7-learning/unit-conversions
A package to perform unit conversions in PHP
https://github.com/c3n7-learning/unit-conversions
conversions php weight
Last synced: 5 months ago
JSON representation
A package to perform unit conversions in PHP
- Host: GitHub
- URL: https://github.com/c3n7-learning/unit-conversions
- Owner: c3n7-learning
- License: mit
- Created: 2025-03-20T20:19:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T10:52:18.000Z (about 1 year ago)
- Last Synced: 2025-08-02T08:20:28.965Z (11 months ago)
- Topics: conversions, php, weight
- Language: PHP
- Homepage: https://c3n7.tech
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# This is my package for unit conversions"
[](https://packagist.org/packages/c3n7-learning/unit-conversions)
[](https://github.com/c3n7-learning/unit-conversions/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/c3n7-learning/unit-conversions)
## Installation
You can install the package via composer:
```bash
composer require c3n7-learning/unit-conversions
```
## Usage
```php
$skeleton = new C3N7Learning\UnitConversions();
echo $skeleton->echoPhrase('Hello, C3N7Learning!');
```
## 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
- [Timothy Karani](https://github.com/c3n7-learning)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.