PHP + Latte

A website made from simple components.

No framework, no frontend build step, and no magic. Each component is just one Latte file with optional parameters.

See how it works

Small building blocks

The page is defined as a simple PHP array. Component names map directly to files in the components directory.

01

Easy to understand

A component is a file. Parameters are an ordinary PHP array.

02

Easy to deploy

Run Composer, point your web server at public/, and you are done.

03

Modern PHP

Use current PHP and Latte without committing to a full application framework.

Want a tiny PHP stack?

This example is intentionally boring. That is the point.

Read the about page