You are reading the version documentation: 2.x
Requirements
- PHP 7.4 or PHP ^8.0
- PHP JSON extension enabled
- PHP PDO extension enabled
Features
- Basic routing (GET, POST, PUT, PATCH, UPDATE, DELETE) with support for custom multiple verbs.
- Regular Expression Constraints for parameters.
- Wolf template system.
- HTTP client manipulation.
- Vinci Console.
- Middleware (classes that intercepts before the route is rendered).
- ORM for database persistence.
- CSRF protection.
- Sub-domain routing
- Custom boot managers to rewrite urls to "nicer" ones.
- Input manager; easily manage GET, POST and FILE values.
- PSR-3, PSR-11 and PSR-16.
What to see next?