fuelphp / foundation
FuelPHP Framework foundation
Installs: 1 170
Dependents: 4
Suggesters: 0
Security: 0
Stars: 20
Watchers: 11
Forks: 8
Open Issues: 11
Requires
- php: >=7.0.0
- fuelphp/config: ^2.0
- fuelphp/dependency: ^2.0
- fuelphp/filesystem: ^2.0
- fuelphp/routing: ^2.0
- league/event: ^2.1
- zendframework/zend-diactoros: ^1.3
Requires (Dev)
- codeception/codeception: ^2.1
- codeception/mockery-module: ^0.2.2
- phpunit/phpunit: 5.3.*
- scrutinizer/ocular: ^1.3
This package is auto-updated.
Last update: 2023-01-30 20:26:09 UTC
README
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.