worps/wooapp

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

1.0.1 2024-12-05 07:50 UTC

This package is auto-updated.

Last update: 2025-07-05 09:08:02 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"