Skip to content
/ react Public

对workermen封装、规范、友好化的项目

Notifications You must be signed in to change notification settings

ctfang/react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

这是对workermen封装、规范、友好化的项目,对所有功能组件化,不重复造轮子,所有组件全部使用已存在的、热门的composer包 。

Build Status License

主要特性

  • 注解加载,服务、路由、命令等等,自定义注解也友好
  • 严格遵循psr规范
  • 单一入口,控制台使用最入门的symfony/console
  • 异常捕捉,whoops使错误更漂亮的显示
  • 方便调试,可以使用xdebug调试程序
  • 内置定时任务解析器
  • 内置异步task

开发计划

因为开发资源有限,开发计划暂定如下:

  1. 定时任务,更好的定时测试,提供界面改时间触发定时任务
  2. 支持多种session启动,文件,redis等
  3. 异步task封装

git安装

git clone https://github.com/ctfang/react.git
cd react
composer install

查看帮助命令

php bin/server

启动http服务,如果需要使用80端口,加上 sudo

// 守护模式
php bin/server http:start --domain
// 非守护模式
php bin/server http:start
// 关闭
php bin/server http:stop

About

对workermen封装、规范、友好化的项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages