This folder demonstrates advanced WebFiori HTTP patterns and techniques.
- 01-object-mapping - Request to object mapping with MapEntity attribute
- 02-custom-filters - Custom parameter validation
- 03-exception-handling - Global exception handling
- 04-middleware-pattern - Request/response interceptors
- 05-streaming-responses - Large data streaming
- 03-manual-openapi - Using OpenAPIObj to serve API documentation
- Object-oriented request handling with MapEntity attribute
- Custom validation and filtering
- Structured exception handling
- Middleware and interceptors
- Performance optimization techniques
- Understanding of PHP 8+ features (attributes, typed properties)
- Familiarity with basic WebFiori HTTP concepts
- Knowledge of object-oriented programming patterns