matyhtf/swoole_framework

The world's first swoole-based framework.


Keywords
framework, websocket, client, library, server, webserver, Socket
License
Other

Documentation

SPF 框架

此框架不建议新项目使用,仅用于历史遗留项目

创建工程

composer create-project matyhtf/skeleton your_project_name

启动服务

cd your_project_name/public
php -S 127.0.0.1:8001