mathematicator-core / search
Mathematicator advance search engine.
Installs: 2 524
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 4
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-10-10 04:41:22 UTC
README
Mathematicator Search
This is an official version of Mathematicator/VikiTron math search engine for computing your math problems.
Online demo: http://vikitron.com
Developed by Baraja
Mathematicator Framework tools structure
The biggest advantage is that you can choose which layer best fits your needs and start build on the top of it, immediately, without the need to create everything by yourself. Our tools are tested for bugs and tuned for performance, so you can save a significant amount of your time, money, and effort.
Framework tend to be modular as much as possible, so you should be able to create an extension on each layer and its sublayers.
Mathematicator framework layers ordered from the most concrete one to the most abstract one:
Third-party packages:
⚠️ Not guaranteed!
Contribution
Please help to improve this documentation by sending a Pull request.
Tests
All new contributions should have its unit tests in /tests
directory.
Before you send a PR, please, check all tests pass.
This package uses Nette Tester. You can run tests via command:
composer test
Before PR, please run complete code check via command:
composer cs:install # only first time composer fix # otherwise pre-commit hook can fail