Code at the speed of thought.
Phlo transpiles to pure PHP and combines compact syntax with full-stack performance.
Why choose Phlo?
Stunning Speed
Phlo runs directly on the PHP engine, without frameworks or extra layers in between. No interpreters, no bundlers - just compact code that is executed at lightning speed.
Full Stack frontend and backend
Routes can work synchronously and asynchronously without separate code paths. Phlo's frontend engine communicates incrementally with the backend, allowing you to easily build responsive and interactive applications.
Expressive syntax without noise
One language for routes, views, styling, and frontend logic. No semicolons, no unnecessary folders, no external toolchains - just clean code that reads effortlessly.
Simplicity in action
See how Phlo elegantly solves complex tasks.
@ require: lang
%app->lang = 'fr'
route GET translations => view($this, nl('Van harte welkom!'))
view:
<p>{nl: Hoi, welkom!}</p>
<p title="{en: Short title }">{en: And how are you doing today?}</p>
<style>
html {
background: black
display: flex
height: 100dvh
}
body {
color: white
font-family: sans-serif
margin: auto
}
</style>
Ready to build the future?
Install Phlo with one command and start your first project in a few minutes.