Skip to content

zerowang009/zanhttp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZanHttpDemo

zan php http server demo

如何使用

  1. 安装swoole扩展,编译参数: --enable-async-mysql --enable-async-httpclient --enable-sockets --enable-async-redis
  2. 安装composer
  3. 在根目录下执行composer update
  4. 配置php.ini
zan.RUN_MODE = test
zan.DEBUG = true
  1. 启动http server php bin/httpd
  2. 访问127.0.0.1:8030

About

HTTP demo for Zan PHP Framework

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 84.1%
  • HTML 15.9%