以思维的速度编程。
Phlo 转换为纯 PHP,并将紧凑的语法与全栈性能相结合。
为什么选择Phlo?
惊人的速度
Phlo 直接在 PHP 引擎上运行,没有框架或额外的层。没有解释器,没有打包器 - 只有快速执行的紧凑代码。
全栈前端和后端
路由可以同步和异步工作,而无需单独的代码路径。Phlo 的前端引擎与后端增量通信,从而使您能够轻松构建响应式和交互式应用程序。
表现语法无噪音
一种用于路线、视图、样式和前端逻辑的语言。没有分号,没有多余的文件夹,没有外部工具链 - 只有像自然一样易读的干净代码。
简单行动
看Phlo如何优雅地解决复杂任务。
@ 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>
准备好建设未来了吗?
使用一个命令安装 Phlo,并在几分钟内启动你的第一个项目。
$ git clone https://github.com/qaigit/phlo.git
$ git clone https://github.com/qaigit/phlo_app.git
$ curl -fS https://phlo.tech/1.0α/phlo.zip
$ curl -fS https://phlo.tech/1.0α/app.zip