https://github.com/spatie/workshop-unit-conversions
A package that can perform unit conversion
https://github.com/spatie/workshop-unit-conversions
unit-conversion
Last synced: 9 months ago
JSON representation
A package that can perform unit conversion
- Host: GitHub
- URL: https://github.com/spatie/workshop-unit-conversions
- Owner: spatie
- License: mit
- Created: 2021-01-20T09:13:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-15T09:26:49.000Z (10 months ago)
- Last Synced: 2025-09-19T14:05:49.460Z (9 months ago)
- Topics: unit-conversion
- Language: PHP
- Homepage: https://spatie.be/open-srouce
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[
](https://supportukrainenow.org)
# A package to perform unit conversions
[](https://packagist.org/packages/spatie/workshop-unit-conversions)
[](https://github.com/spatie/workshop-unit-conversions/actions?query=workflow%3ATests+branch%3Amaster)
[](https://packagist.org/packages/spatie/workshop-unit-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/workshop-unit-conversions
```
## Usage
```php
$skeleton = new Spatie\WorkshopUnitConversions();
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.