- The minimum required PHP version 7.0
- It works best with PHP 7.0.
- xdebug
- phpunit
- clone the project to your machin
- composer dump-autoload
- composer update to use phpunit Testing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :-)
src/ project root folder
-- core/
-- engines/
-- models/
tests/ unit Testing folder