Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying authored Apr 15, 2022
1 parent cd46b6a commit 3989697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MixPHP 是一个 PHP 命令行模式开发框架;基于 `Vega` 驱动的 HTTP
核心模块全部可独立使用,并且都支持原生代码开发。

- [mix/vega](src/vega) PHP 编写的 CLI 模式 HTTP 网络框架,支持 Swoole、Swow、WorkerMan、FPM、CLI-Server
- [mix/database](src/database) 可在各种环境中使用的轻量数据库,支持 FPM、CLI、Swoole、Swow、WorkerMan,可选的连接池 (协程)
- [mix/database](src/database) 可在各种环境中使用的轻量数据库,支持 FPM、CLI、Swoole、WorkerMan,可选的连接池 (协程)
- [mix/redis](src/redis) 可在各种环境中使用的 PHP Redis,支持 FPM、CLI、Swoole、WorkerMan,可选的连接池 (协程)
- [mix/redis-subscriber](src/redis-subscriber) 基于 Swoole 协程的 Redis 原生协议订阅库
- [mix/grpc](src/grpc) 基于 Swoole 协程的 PHP gRPC 库,包含 protoc 代码生成器、服务器、客户端
Expand Down

0 comments on commit 3989697

Please sign in to comment.