worps / wooapp
A dual-purpose PHP framework that is compatible with PHP FPM and Swoole
1.0.2
2025-09-12 03:25 UTC
Requires
- php: >=7.0.0
- worps/woocan: ^2.1
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"