Download the PHP package vincentmi/ccm without Composer
On this page you can find all versions of the php package vincentmi/ccm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vincentmi/ccm
More information about vincentmi/ccm
Files in vincentmi/ccm
Download vincentmi/ccm
More information about vincentmi/ccm
Files in vincentmi/ccm
Vendor vincentmi
Package ccm
Short Description A simple common calculation model
License MIT
Homepage https://vnzmi.com/ccm
Package ccm
Short Description A simple common calculation model
License MIT
Homepage https://vnzmi.com/ccm
Please rate this library. Is it a good library?
Informations about the package ccm
ccm
Common Calculation Model .
简介
工作遇到的情况,需要根据一堆数学模型运算产生结果。作为投资的参考。 写了个简单的框架进行管理。
author: [email protected]
blog: http://vnzmi.com
特性
- 通过 添加拦截器可以对指定的域进行拦截 实现按需加载参数 ,比如 载入表的字段载入到上下文中
- 根据 获取的数据量,只会运行涉及到该运算的公式。所以虽然整个模型非常庞大 但是只有需要时才会运行相关的公式。
- 如果某一运算涉及的公式非常多 因为会检查变量的依赖会导致进行依赖检查耗费太多时间,建议 使用重置后再进行运算。
使用
修改
更新依赖包
测试代码
集成到laravel
添加provider 到 ,添加 alias .
使用
示例代码
使用
根据天气和工作量调整冰淇淋价格 当当天安排给打卡同事的任务不饱和时以及气温比较高的时候调高冰淇淋的售价
All versions of ccm with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package vincentmi/ccm contains the following files
Loading the files please wait ....