文件名称:phalwoo:phalcon的swoole服务器框架
文件大小:115KB
文件格式:ZIP
更新时间:2024-05-19 23:44:33
PHP
phalwoo swoole server frame for phalcon 必须安装swoole和phalcon扩展 测试 cd tests phpunit ServerTest.php 或 php Server/bin.php start nginx配置 server { listen 80; root /home/wwwroot/default; server_name my.com; location / { try_files $uri $uri/ /index.php?_url=$uri&$args; } location ~ ^/(index)\.php(/|$) { proxy_set_header X-Real-IP $remote_addr; proxy_set_head
【文件预览】:
phalwoo-master
----.gitignore(51B)
----src()
--------.gitkeep(0B)
--------Phalcon()
--------Server()
----composer.json(831B)
----README.md(2KB)
----tests()
--------bootstrap.php(343B)
--------.gitkeep(0B)
--------SwooleLoggerTest.php(2KB)
--------phpunit.xml(518B)
--------ServerTest.php(1KB)
--------SessionTest.php(1KB)
--------Server()