gigac/happymath
Composer 安装命令:
composer require gigac/happymath
包简介
Do math operation in spreadsheets formula style
README 文档
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.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-20