All Projects → youzan → Zanhttpdemo

youzan / Zanhttpdemo

Licence: mit
HTTP demo for Zan PHP Framework

ZanHttpDemo

zan php http server demo

如何使用

  1. 安装 zan扩展,编译参数:(socketsopenssl 可选) ./configure --enable-sockets --enable-openssl
  2. 安装[composer](curl -sS https://getcomposer.org/installer | php)
  3. 在根目录下执行composer update
  4. 配置php.ini
zanphp.RUN_MODE = test
zanphp.DEBUG = true
  1. 启动http server php bin/httpd
  2. 访问127.0.0.1:8030
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].