matyhtf/swoole_framework

The world's first swoole-based framework.

This package's canonical repository appears to be gone and the package has been frozen as a result.

Maintainers

Details

github.com/swoole/framework

Installs: 12 618

Dependents: 0

Suggesters: 1

Security: 0

Stars: 2 193

Watchers: 222

Forks: 650

Type:framework

This package has not been crawled yet, some information is missing.


README

SPF (Swoole PHP Framework),世界第一款基于Swoole扩展的PHP框架,开发者是Swoole创始人。

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

创建工程

composer create-project matyhtf/skeleton your_project_name

启动服务

cd your_project_name/public
php -S 127.0.0.1:8001