Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (12 loc) · 1022 Bytes

File metadata and controls

executable file
·
23 lines (12 loc) · 1022 Bytes

Fuel Foundation

Build Status Code Coverage Quality Score

FuelPHP Framework foundation. Contains the Request/Response handlers that are the core of the framework.

Contributing

Thank you for considering contribution to FuelPHP framework. Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.

Testing

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.