一个最小可运行的 PHP 框架骨架:请求/响应、路由、控制器、中间件、视图、静态文件、Session、异常、日志、多应用、协程适配。
本地启动:composer install 后执行 composer run serve
composer install
composer run serve