matyhtf/swoole_framework

This package is abandoned and no longer maintained. The author suggests using the matyhtf/swoole_framework package instead.

The world's first swoole-based framework.

Installs: 12 616

Dependents: 0

Suggesters: 1

Security: 0

Stars: 2 193

Watchers: 222

Forks: 650

Type:framework

v3.0.7 2022-03-17 08:19 UTC

This package is not auto-updated.

Last update: 2023-06-07 09:16:11 UTC


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