smenaquispe / mathly
Make multiple math operations.
v1.1.1
2024-10-09 14:04 UTC
Requires (Dev)
- orchestra/testbench: ~3.0
- phpunit/phpunit: 10
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2025-07-09 15:46:17 UTC
README
Make simple math operations in php
Installation
Require the package using composer:
composer require smenaquispe/mathly
Usage
$sumOperation = new SumOperation(); $sumOperation->run();
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.