Download the PHP package worps/wooapp without Composer
On this page you can find all versions of the php package worps/wooapp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor worps
Package wooapp
Short Description A dual-purpose PHP framework that is compatible with PHP FPM and Swoole
License Apache-2.0
Homepage http://woocan.cn/
Package wooapp
Short Description A dual-purpose PHP framework that is compatible with PHP FPM and Swoole
License Apache-2.0
Homepage http://woocan.cn/
Please rate this library. Is it a good library?
Informations about the package wooapp
example使用说明
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"
All versions of wooapp with dependencies
PHP Build Version
Package Version
The package worps/wooapp contains the following files
Loading the files please wait ....