mathematicator-core / statistic
本包最新版本(v3.0.1)无可用许可证信息。
PHP 统计算法
v3.0.1
2021-02-11 10:05 UTC
Requires
- php: ^8.0
- baraja-core/doctrine: ^3.0
Requires (Dev)
- brainmaestro/composer-git-hooks: ^2.8
- jetbrains/phpstorm-attributes: ^1.0
- nette/bootstrap: ^3.0.1
- nette/tester: ^2.0
- phpstan/phpstan: ^0.12.74
- phpstan/phpstan-nette: ^0.12.14
- roave/security-advisories: dev-master
- spaze/phpstan-disallowed-calls: ^1.1
- tracy/tracy: ^2.8
- v3.0.1
- v3.0.0
- dev-master / 2.2.x-dev
- v2.0.1
- v2.0.0
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dependabot/composer/phpstan/phpstan-tw-1.11.7
- dev-dependabot/composer/spaze/phpstan-disallowed-calls-tw-3.4
- dev-dependabot/composer/phpstan/phpstan-nette-tw-1.3.2
- dev-dependabot/composer/brainmaestro/composer-git-hooks-tw-3.0
- dev-dependabot/add-v2-config-file
This package is auto-updated.
Last update: 2024-09-10 05:13:26 UTC
README
PHP 统计算法
请通过发送 Pull request 帮助改进此文档。
安装
composer require mathematicator-core/statistic
Mathematicator 框架工具结构
最大的优势是您可以选择最适合您需求的一层,并立即在上面构建,无需自己创建所有内容。我们的工具经过bug测试,并针对性能进行了调整,因此您可以节省大量的时间、金钱和精力。
框架尽可能模块化,因此您应该能够在每一层及其子层上创建扩展。
Mathematicator 框架层级 从最具体到最抽象的顺序排列
第三方包
⚠️ 不保证!
贡献
测试
所有新的贡献都应该在 /tests
目录中有其单元测试。
在您发送 PR 之前,请检查所有测试是否通过。
本包使用 Nette Tester。您可以通过命令运行测试
composer test
对于基准测试,我们使用 phpbench。您可以通过这种方式运行基准测试
composer global require phpbench/phpbench @dev # only the first time
phpbench run
在 PR 之前,请通过命令运行完整的代码检查
composer cs:install # only first time composer fix # otherwise pre-commit hook can fail