Micro core
A small core and plain PHP doing the heavy lifting. Read the whole framework in an afternoon.
Learn more
A minimalistic PHP micro-framework for any project. Plain PHP views, fluent routing, models and validation out of the box.
$router->get('/users/{id}', UserController::class.'@show')
->middleware(AuthMiddleware::class)
->name('users.show');A small core and plain PHP doing the heavy lifting. Read the whole framework in an afternoon.
Learn more
Named routes, params, groups, middleware and one-line CRUD over a fluent API.
Learn more
A fluent query builder behind plain PHP models. Find, insert, update, delete and paginate.
Learn more
Templates are plain PHP. Output buffering instead of eval. Inject partials and escape output.
Learn more
Fluent rules plus sanitize helpers to keep untrusted input in check.
Learn more
Controllers, models and middlewares from the CLI. Bring your own templates.
Learn more