fsth/framework
Composer 安装命令:
composer require fsth/framework
包简介
a framework base swoole and phalcon
README 文档
README
install
composer require fsth/framework dev-master
usage
method
bin/server run|start|stop|restart config/server.php
run : run without daemon
start : run with daemon
start server (http only)
cp config/server.php.example config/server.php
bin/server start config/server.php
start server (http & tcp)
cp config/multi-server.php.example config/multi-server.php
bin/server start config/multi-server.php
benchmark
environment
- ubuntu 14.04
- 8 core
- 24 G
- 20 workers
test
-
php run.php -c 100 -n 100000 -s tcp://127.0.0.1:9511 -f long_tcp

-
ab -n 100000 -c 100 http://127.0.0.1:9510/

changelog
2017-03-16 v0.1.5
add tcp service in multiServer
2017-05-15 v0.2.0
add bin/server cmd
2017-07-06 v0.3.0
add zipKin support
统计信息
- 总下载量: 241
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-01