Skip to content

基于Swoole高性能应用框架。常驻内存,不依赖传统的 PHP-FPM,全异步非阻塞、协程实现。可以用于构建高性能的Web系统、API、中间件、基础服务等等

License

Notifications You must be signed in to change notification settings

donknap/w7swoole_empty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

仓库转移到团队仓库,此仓库废弃

https://github.com/we7coreteam/w7swoole_empty.git

w7Swoole

一款基于Swoole高性能应用框架。常驻内存,不依赖传统的 PHP-FPM,全异步非阻塞、协程实现。可以用于构建高性能的Web系统、API、中间件、基础服务等等。

代码

Github : https://github.com/donknap/w7swoole_empty.git

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

安装

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

composer config -g repo.packagist composer https://packagist.laravel-china.org

git clone https://gitee.com/we7coreteam/w7swoole_empty ./rangine-test

cd rangine-test

sudo composer install

文档

https://s.we7.cc/index.php?c=wiki&do=view&id=317

功能

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

About

基于Swoole高性能应用框架。常驻内存,不依赖传统的 PHP-FPM,全异步非阻塞、协程实现。可以用于构建高性能的Web系统、API、中间件、基础服务等等

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages