View Phlo from the inside

Five examples that show how Phlo-bron transforms into PHP, HTML, and CSS. Click through, compare, get it in a minute.

A GET route with a view. One line to dispatch, one line to deliver HTML.

Phlo-bron
Output

HTML in the same file as the logic. Dot syntax for class and id. Blank line closes the view.

Phlo-bron
Output

Write in your source language. Phlo looks up translations via hash and falls back on the source.

Phlo-bron
Output

An async route does not send HTML, but DOM commands. The client applies them directly.

Phlo-bron
Output

CSS in the same file, one line per declaration, no semicolons.

Phlo-bron
Output

Do you want to do it yourself?

With Docker in two minutes, without installing anything:

docker run -it -v $(pwd)/app:/app ghcr.io/q-ainl/phlo php /phlo/install.php /app
docker run -p 80:80 -v $(pwd)/app:/app ghcr.io/q-ainl/phlo
Complete installation

We use essential cookies to make this site work. With your permission we also use analytics to improve the site.