Skip to content

Commit

Permalink
feat:mix:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying committed Jul 28, 2021
1 parent 6f76458 commit 565c053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

中文 | [English](https://github.com/mix-php/mix/blob/master/README_EN.md)

MixPHP 是一个 PHP 命令行模式开发框架;基于 `Vega` 驱动的 HTTP 可以同时支持 FPM、Swoole、WorkerMan 生态,并且可以无缝切换;`V3` 是一个高度解耦的版本,整体代码基于多个独立的模块构建,即便用户不使用我们的脚手架,也可以使用这些独立模块,并且全部模块都支持原生开发。例如:你可以只使用 mix/vega 来搭配 laravel orm 使用;可以在任意环境中使用 mix/database 和 mix/redis;可以使用 mix/grpc 原生代码编写 gRPC;所有的模块你可以像搭积木一样随意组合。
MixPHP 是一个 PHP 命令行模式开发框架;基于 `Vega` 驱动的 HTTP 可以同时支持 Swoole、WorkerMan、CLI-Server、FPM 生态,并且可以无缝切换;`V3` 是一个高度解耦的版本,整体代码基于多个独立的模块构建,即便用户不使用我们的脚手架,也可以使用这些独立模块,并且全部模块都支持原生开发。例如:你可以只使用 mix/vega 来搭配 laravel orm 使用;可以在任意环境中使用 mix/database 和 mix/redis;可以使用 mix/grpc 原生代码编写 gRPC;所有的模块你可以像搭积木一样随意组合。

## 独立模块

核心模块全部可独立使用,并且都支持原生代码开发。

- [mix/vega](https://github.com/mix-php/vega) PHP 编写的 CLI 模式 HTTP 网络框架,支持 FPM、Swoole、WorkerMan,与 Go 生态的 gin 定位一致
- [mix/vega](https://github.com/mix-php/vega) PHP 编写的 CLI 模式 HTTP 网络框架,支持 Swoole、WorkerMan、CLI-Server、FPM
- [mix/database](https://github.com/mix-php/database) 可在各种环境中使用的轻量数据库,支持 FPM、CLI、Swoole、WorkerMan,可选的连接池 (协程)
- [mix/redis](https://github.com/mix-php/redis) 可在各种环境中使用的 PHP Redis,支持 FPM、CLI、Swoole、WorkerMan,可选的连接池 (协程)
- [mix/redis-subscribe](https://github.com/mix-php/redis-subscribe) 基于 Swoole 协程的 Redis 原生协议订阅库
Expand Down

0 comments on commit 565c053

Please sign in to comment.