worps / wooapp
A dual-purpose PHP framework that is compatible with PHP FPM and Swoole
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- worps/woocan: *
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"