FuelPHP Framework foundation. Contains the Request/Response handlers that are the core of the framework.
Thank you for considering contribution to FuelPHP framework. Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.
After running a composer install tests can be run with:
./vendor/bin/codecept run
or ./vendor/bin/codecept run --coverage-html
to generate a code coverage report.