fsth/framework

基于 swoole 和 phalcon 的框架

v0.4.2 2017-12-04 14:43 UTC

README

安装

composer require fsth/framework dev-master

使用

方法

bin/server run|start|stop|restart config/server.php
run : run without daemon
start : run with daemon

启动服务器(仅 http)

cp config/server.php.example config/server.php
bin/server start config/server.php 

启动服务器(http & tcp)

cp config/multi-server.php.example config/multi-server.php
bin/server start config/multi-server.php

性能测试

环境

  • ubuntu 14.04
  • 8 核心处理器
  • 24 G 内存
  • 20 个工作进程

测试

更新日志

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