aikyuichi/formula-xy
最新稳定版本:0.7.0
Composer 安装命令:
composer require aikyuichi/formula-xy
包简介
Formula evaluator
README 文档
README
Formula evaluator
Usage
require_once(__DIR__ . '/vendor/autoload.php'); try { $formula = new Aikyuichi\FormulaXY\Formula('{x}-{y}*5'); $formula->setVariables([ '{x}' => 10, '{y}' => 5, ]); print($formula->getResult()); } catch (\Exception $ex) { print($ex); }
Author
Aikyuichi, aikyu.sama@gmail.com
License
FormulaXY is available under the MIT license. See the LICENSE file for more info.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-24