All Projects → fucongcong → Group

fucongcong / Group

轻量级框架 。实现了定时任务功能,分布式任务队列,命令行控制台,数据库脚本自动化,单元测试, rpc服务,多进程服务(模拟map-reduce)等等实用的功能!! 文档 https://fucongcong.gitbooks.io/group-doc/content/.

Projects that are alternatives of or similar to Group

orange
基于beanstalkd实现多进程处理消息队列的框架
Stars: ✭ 19 (-84.43%)
Mutual labels:  queue, swoole
Hyperf
🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.
Stars: ✭ 4,206 (+3347.54%)
Mutual labels:  framework, swoole
Framework
Swoole, PSR-15, PSR-7, PSR-11 lightweight modular anti-framework for REST micro-services.
Stars: ✭ 259 (+112.3%)
Mutual labels:  framework, swoole
Queryphp
🔥High Performance PHP Progressive Framework.
Stars: ✭ 299 (+145.08%)
Mutual labels:  framework, swoole
Framework
The Lawoole framework
Stars: ✭ 33 (-72.95%)
Mutual labels:  framework, swoole
Mix
☄️ PHP CLI mode development framework, supports Swoole, WorkerMan, FPM, CLI-Server / PHP 命令行模式开发框架,支持 Swoole、WorkerMan、FPM、CLI-Server
Stars: ✭ 1,753 (+1336.89%)
Mutual labels:  framework, swoole
Lawoole
Lawoole is a high-performance PHP framework based on Laravel and Swoole
Stars: ✭ 300 (+145.9%)
Mutual labels:  framework, swoole
Aint Queue
🚀 An async-queue library built on top of swoole, flexable multi-consumer, coroutine supported. 基于 Swoole 的一个异步队列库,可弹性伸缩的工作进程池,工作进程协程支持。
Stars: ✭ 143 (+17.21%)
Mutual labels:  swoole, queue
Blink
A high performance web framework and application server in PHP.
Stars: ✭ 837 (+586.07%)
Mutual labels:  framework, swoole
One
一个极简高性能php框架,支持[swoole | php-fpm ]环境
Stars: ✭ 789 (+546.72%)
Mutual labels:  framework, swoole
Swoole Jobs
🚀Dynamic multi process worker queue base on swoole, like gearman but high performance.
Stars: ✭ 574 (+370.49%)
Mutual labels:  swoole, queue
Swoft Framework
[READ ONLY] Swoft Framework, base of Swoft
Stars: ✭ 70 (-42.62%)
Mutual labels:  framework, swoole
Core
Package core is a service container that elegantly bootstrap and coordinate twelve-factor apps in Go.
Stars: ✭ 34 (-72.13%)
Mutual labels:  framework, queue
Slightphp
SlightPHP 高效的PHP敏捷开发框架
Stars: ✭ 110 (-9.84%)
Mutual labels:  framework, swoole
Laf
This project intends to provide a series of tools to craft, parse, send, analyze and crack a set of LoRaWAN packets in order to audit or pentest the security of a LoraWAN infrastructure.
Stars: ✭ 119 (-2.46%)
Mutual labels:  framework
Cs2223
This a repository for WPI CS2223 Algorithms D Term 2018
Stars: ✭ 121 (-0.82%)
Mutual labels:  queue
Sansdaemon
Batch process Laravel Queue without a daemon; Processes queue jobs and kills the process
Stars: ✭ 119 (-2.46%)
Mutual labels:  queue
Oxygen
一个轻量级Java框架,包含ioc、aop、config、cache、job、Jdbc、web等
Stars: ✭ 119 (-2.46%)
Mutual labels:  framework
Nimble
Stars: ✭ 121 (-0.82%)
Mutual labels:  framework
Bull Repl
Bull / BullMQ queue command line REPL
Stars: ✭ 121 (-0.82%)
Mutual labels:  queue

Group

详细文档

Group推出异步协程分支 猛戳

Code Climate Build Status

编写此框架的意义:

首先现在流行的框架有很多。编写这个框架,其实可以说这个框架的特色,与其他框架的区别。

  • async多task处理任务支持,业务逻辑复杂性能差?多进程帮你解决性能问题!
  • 一键启动rpc服务,不与主业务冲突,轻松完成后期SOA转行,支持TCP HTTP Websocket协议
  • 一键启动定时任务,还在用系统自带的cronjob?(支持子进程重启,自动重启,防止内存泄漏)
  • 一键启动队列任务,还在自己集成队列服务?
  • 目录结构清晰简单
  • 轻量级
  • 包管理composer支持。
  • 架构可扩展性,规范的命名空间化,自己扩展类库随时可行
  • Debug工具条支持,找性能问题?找你的sql哪里慢了?找视图层渲染变量?找模板?debug条一览无余
  • laravel,symfony2有的控制台,我们也有!数据库脚本自动化!自动生成基础结构!自定义扩展控制台!
使用swoole http server
未来版本开发计划:
  • i18n支持
  • 一些常用类库的丰富(中文转拼音,验证码...)

轻量级框架,通俗易懂,快速上手。点击右上star! 联系我Email: [email protected],[email protected]

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].