All Projects → we7coreteam → W7 Rangine Empty

we7coreteam / W7 Rangine Empty

Licence: apache-2.0
软擎是基于 Php 7.2+ 和 Swoole 4.4+ 的高性能、简单易用的开发框架。支持同时在 Swoole Server 和 php-fpm 两种模式下运行。内置了 Http (Swoole, Fpm),Tcp,WebSocket,Process,Crontab服务。集成了大量成熟的组件,可以用于构建高性能的Web系统、API、中间件、基础服务等等。

Projects that are alternatives of or similar to W7 Rangine Empty

fast-laravel
基于Swoole的高性能HTTP服务器,加速您Laravel应用程序。
Stars: ✭ 33 (-86.59%)
Mutual labels:  crontab, process, swoole
Swoole Crontab
基于swoole的定时器程序,支持秒级处理
Stars: ✭ 900 (+265.85%)
Mutual labels:  crontab, swoole
sw crontab
基于swoole的定时器程序,支持秒级处理,去中心化架构,可横向扩展
Stars: ✭ 24 (-90.24%)
Mutual labels:  crontab, swoole
TT Jobs
基于 Swoole 定时管理系统
Stars: ✭ 22 (-91.06%)
Mutual labels:  crontab, swoole
Laravel S
LaravelS is an out-of-the-box adapter between Swoole and Laravel/Lumen.
Stars: ✭ 3,479 (+1314.23%)
Mutual labels:  swoole, process
Swoft Im
基于swoft-cloud的微服务架构,最小化拆分粒度,PHP7、多进程、协程、异步任务、mysql连接池、redi连接池、rpc连接池、服务治理、服务注册与发现、Aop切面、全注解
Stars: ✭ 189 (-23.17%)
Mutual labels:  swoole, process
Fastd
🚀 A high performance PHP API framework.
Stars: ✭ 423 (+71.95%)
Mutual labels:  swoole, process
Multiprocess
🚀Easy to make the common PHP/Python/js...script change daemon and multi-process execution
Stars: ✭ 151 (-38.62%)
Mutual labels:  swoole, process
Invoker
Penetration testing utility, and antivirus assessment tool.
Stars: ✭ 178 (-27.64%)
Mutual labels:  process
Yurunhttp
YurunHttp 是开源的 PHP HTTP 客户端,支持链式操作,简单易用。完美支持Curl、Swoole 协程。QQ群:17916227
Stars: ✭ 197 (-19.92%)
Mutual labels:  swoole
Phwoolcon
Phalcon + Swoole
Stars: ✭ 173 (-29.67%)
Mutual labels:  swoole
Compileflow
core business process engine of Alibaba Halo platform. best engine for trade Scenes
Stars: ✭ 179 (-27.24%)
Mutual labels:  process
Swoole Bundle
Symfony Swoole Bundle
Stars: ✭ 201 (-18.29%)
Mutual labels:  swoole
Cron Parser
Java Parser For Cron Expressions
Stars: ✭ 176 (-28.46%)
Mutual labels:  crontab
Docker Files
Collection of prooph docker files
Stars: ✭ 232 (-5.69%)
Mutual labels:  swoole
Mandibule
linux elf injector for x86 x86_64 arm arm64
Stars: ✭ 171 (-30.49%)
Mutual labels:  process
Crontab
Yii2 extension for crontab support
Stars: ✭ 170 (-30.89%)
Mutual labels:  crontab
Zapi
基于swoole的异步轻量级api框架,内部封装全套mysql、redis、mongo、memcached异步客户端,可以轻松start、reload、stop,加入数据库的查询模块,框架已经封装好近乎同步写法,底层异步调用。现已支持异步mysql、异步redis、异步http请求.
Stars: ✭ 245 (-0.41%)
Mutual labels:  swoole
Human Signals
Human-friendly process signals
Stars: ✭ 223 (-9.35%)
Mutual labels:  process
Htop
htop - an interactive process viewer
Stars: ✭ 3,076 (+1150.41%)
Mutual labels:  process

Php Version Swoole Version Rangine Framework Version Illuminate Database Version Rangine Doc

w7Rangine

软擎是基于 Php 7.2+ 和 Swoole 4.4+ 的高性能、简单易用的开发框架。支持同时在 Swoole Server 和 php-fpm 两种模式下运行。内置了 Http (Swoole, Fpm),Tcp,WebSocket,Process,Crontab服务。集成了大量成熟的组件,可以用于构建高性能的Web系统、API、中间件、基础服务等等。

代码

Github : https://github.com/we7coreteam/w7-rangine-empty.git

Gitee : https://gitee.com/we7coreteam/w7swoole_empty.git

安装

composer install 前更改 composer 源,防止报错。

composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/

初始化骨架项目

composer create-project w7/rangine-demo ./project-name

初始化示例项目

示例项目中包含文档上的一些演示代码,仅供了解使用。

git clone https://github.com/we7coreteam/w7-rangine-empty.git ./rangine-demo-test
cd rangine-demo-test
sudo composer install

文档

https://wiki.w7.cc/chapter/1?id=1175#

功能

  • 基于 Swoole 扩展
  • HTTP 服务器 (PSR-7消息)
  • RPC 服务器 *
  • WebSocket 服务器
  • MVC 分层设计
  • 中间件 (PSR-15)
  • URL路由 (FastRoute)
  • 协程数据库连接(Pdo, Mysql)
  • 数据库连接池
  • ORM 模型 (Laravel Database)
  • DB查询门面 (Laravel Database)
  • 日志系统 (MonoLog)
  • 协程、异步任务投递
  • 类 Crontab 计划任务
  • 异步任务
  • 自定义事件侦听
  • Provider 扩展机制
  • Session 机制
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].