mathematicator-core / search
Mathematicator高级搜索引擎。
v3.0.1
2021-02-22 19:58 UTC
Requires
- php: ^8.0
- janbarasek/php-moon-phase: ^2.0
- martindilling/sunny: ^0.5.4
- mathematicator-core/calculator: ^3.0
- mathematicator-core/engine: ^3.0
- mathematicator-core/integral-solver: ^3.0
- mathematicator-core/mandelbrot-set: ^3.0
- mathematicator-core/numbers: ^2.1
- mathematicator-core/statistic: ^3.0
- mathematicator-core/tokenizer: ^3.0
- mathematicator-core/vizualizator: ^3.0
- nette/utils: ^3.0
- symfony/translation: ^4.0 || ^5.0
- symfony/yaml: ^5.0
Requires (Dev)
- brainmaestro/composer-git-hooks: dev-master
- jetbrains/phpstorm-attributes: ^1.0
- nette/tester: ^2.3
- 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
Suggests
- tracy/tracy: (^2.7) For advance debugging
- v3.0.1
- v3.0.0
- dev-master / 2.2.x-dev
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dependabot/composer/spaze/phpstan-disallowed-calls-tw-1.1or-tw-3.0
- dev-dependabot/composer/nette/utils-tw-3.0or-tw-4.0
- dev-dependabot/composer/phpstan/phpstan-nette-tw-0.12.14or-tw-1.0.0
- dev-dependabot/composer/phpstan/phpstan-tw-0.12.74or-tw-1.0.0
- dev-dependabot/add-v2-config-file
This package is auto-updated.
Last update: 2024-09-10 04:30:19 UTC
README
Mathematicator搜索
这是Mathematicator/VikiTron数学搜索引擎的官方版本,用于计算您的数学问题。
在线演示: http://vikitron.com
由Baraja开发
Mathematicator框架工具结构
最大的优势是您可以选择最适合您需求的一层,并立即在此基础上开始构建,无需从头创建一切。我们的工具经过错误测试并针对性能进行了调整,因此您可以节省大量时间和精力。
框架尽可能地模块化,因此您应该能够在每一层及其子层上创建扩展。
Mathematicator框架层,从最具体到最抽象排序
第三方包
⚠️ 不保证!
贡献
请通过发送Pull request来帮助改进此文档。
测试
所有新贡献都应在/tests
目录中具有单元测试。
在发送PR之前,请确保所有测试通过。
此包使用Nette Tester。您可以通过命令运行测试
composer test
在PR之前,请通过命令运行完整的代码检查
composer cs:install # only first time composer fix # otherwise pre-commit hook can fail