Phico is a work in progress
Phico is currently a work in progress, errors, omissions and changes are to be expected.
Documentation
What is Phico
Phico is a small PHP framework that aims to strike a middle ground between micro-frameworks like Slim and heavyweight frameworks like Laravel Although it is small Phico aims to punch above its weight by offering:
- HTTP adaptability supporting Requests, Responses and Middleware.
- Obvious configuration with centralised config access and env file support
- Scriptable CLI support by extending the built in CLI class
- Blade view syntax via a standlone Blade renderer
- Fluent SQL query support via a standalone SQL query builder
- and more ...