worps/wooapp

A dual-purpose PHP framework that is compatible with PHP FPM and Swoole

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/worps/wooapp

1.0.2 2025-09-12 03:25 UTC

This package is auto-updated.

Last update: 2025-12-12 04:15:12 UTC


README

windows环境

项目目录中运行php -S 0.0.0.0:8005启动

访问:
// site首页
http://127.0.0.1:8005/
// xhprof面板
http://127.0.0.1:8005/index.php/stats/xhprof
// api
http://127.0.0.1:8005/api.php/index/main

swoole环境

php 模块文件.php 运行

访问:
// site首页
http://127.0.0.1:8005/
// xhprof面板
http://127.0.0.1:8005/stats/xhprof
// api
http://127.0.0.1:8005/index/main

命令行脚本

php cron.php "test/echo?name=123"