gigac / happymath
Do math operation in spreadsheets formula style
v1.0.2
2018-09-17 07:37 UTC
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-02-17 22:34:21 UTC
README
Calculate expressions formula style like spreadsheets
Install
Via Composer
$ composer require gigac/happymath
Usage
$expression = 'AVG(5,3,SUM(1,2,MAX(1,2),3,12))'; $result = new Gigac\HappyMath\HappyMath($expression);
Testing
$ ./vendor/bin/phpunit
ToDo
- Fix subtraction
- Refactor structure
- Finish tests
- Check valid expression
- ...
Credits
License
The MIT License (MIT). Please see License File for more information.