Examples

Examples

Practical endpoints and forms showing real framework usage patterns.

Database

1
DatabaseGET

Database Schema Preview

Shows a typed PHP schema blueprint next to SQL generated by the active database grammar. No SQL is executed.

Open example

Validation

1
ValidationGET/POST

Advanced Validation Form

Complex validation rules, conditional requirements, flash input/errors and failed rule reporting.

Open example

HTTP

2
HTTPGET

HTTP Negotiation Demo

Request helper showcase: expectsJson/acceptsJson, typed inputs and request context fields.

Open example
HTTPGET

Download Response Demo

File download through PSR response builder with content-disposition and stream body.

Open example

Upload

1
UploadGET/POST

Image Upload Demo (Auto Cleanup)

Upload image through UploadFactory profile and remove stored file immediately after processing, including error scenarios.

Open example