PShowcase
EN NL
01 / 20

What is Phlo

An integrated platform with its own full-stack language that compiles to readable PHP.

.phlo
// hello.phlo  ->  compiles to readable php/hello.php
prop title = 'Hello, Phlo'

route GET => view($this->page, $this->title)

view page:
<h1>$this->title</h1>
1
LanguageOwn syntax, compiles to readable PHP
2
App platformBackend objects and resources, plus the phlo.js SPA engine
3
Server platformPhlo Realtime, the WhatsApp gateway, mail, FrankenPHP workers
4
Operational platformDashboard for fleet, hosts, domains and databases