「Phalcon」

Homepage: https://phalconphp.com/en/

更新日期:2020年09月11日
@IGNORECHANGE

  1. To create the extension from C source follow these steps:
> git clone –depth=1 git://github.com/phalcon/cphalcon.git

> cd cphalcon/build

> ./install

  1. Add the extension to your php.ini:
extension=phalcon.so

  1. Finally, restart the webserver

Too Simple !!!

Demo

developer tools: https://docs.phalconphp.com/en/latest/reference/tools.html ;自动代码生成工具,用于生成代码的框架

example: https://docs.phalconphp.com/en/latest/reference/tutorial.html