Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Jun 1, 2021
1 parent 09b3c36 commit e69bb95
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
30 changes: 17 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,23 @@ imi 框架进阶教程——五子棋游戏开发(免费7集全)<https://space.b

### 扩展组件

* [MQTT](../../../../imiphp/imi-mqtt)
* [RPC](../../../../imiphp/imi-rpc)
* [gRPC](../../../../imiphp/imi-grpc)
* [Hprose](../../../../imiphp/imi-hprose)
* [AMQP](../../../../imiphp/imi-amqp) (支持 AMQP 协议的消息队列都可用,如:RabbitMQ)
* [JWT](../../../../imiphp/imi-jwt) (在 imi 框架中非常方便地接入 jwt)
* [权限控制](../../../../imiphp/imi-access-control)
* [Smarty 模版引擎](../../../../imiphp/imi-smarty)
* [限流](../../../../imiphp/imi-rate-limit)
* [跨进程变量共享](../../../../imiphp/imi-shared-memory)
* [Swoole Tracker](../../../../imiphp/imi-swoole-tracker)
* [雪花算法发号器](../../../../imiphp/imi-snowflake)
* [Swagger API 文档生成](../../../../imiphp/imi-apidoc)
* [MQTT](src/Components/mqtt)
* [RPC](src/Components/rpc)
* [gRPC](src/Components/grpc)
* [Hprose](src/Components/hprose)
* [消息队列](src/Components/queue)
* [AMQP](src/Components/amqp) (支持 AMQP 协议的消息队列都可用,如:RabbitMQ)
* [Kafka](src/Components/kafka)
* [JWT](src/Components/jwt) (在 imi 框架中非常方便地接入 jwt)
* [权限控制](src/Components/access-control)
* [Smarty 模版引擎](src/Components/smarty)
* [限流](src/Components/rate-limit)
* [跨进程变量共享](src/Components/shared-memory)
* [雪花算法发号器](src/Components/snowflake)
* [Swagger API 文档生成](src/Components/apidoc)
* [Swoole Tracker](src/Components/swoole-tracker)

> 这些组件都已经在 imi 主仓库中维护
## 开始使用

Expand Down
4 changes: 3 additions & 1 deletion doc/components/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
* [RPC](https://github.com/imiphp/imi-rpc)
* [gRPC](https://github.com/imiphp/imi-grpc)
* [Hprose](https://github.com/imiphp/imi-hprose)
* [消息队列](https://github.com/imiphp/imi-queue)
* [AMQP](https://github.com/imiphp/imi-amqp) (支持 AMQP 协议的消息队列都可用,如:RabbitMQ)
* [Kafka](https://github.com/imiphp/imi-kafka)
* [JWT](https://github.com/imiphp/imi-jwt) (在 imi 框架中非常方便地接入 jwt)
* [权限控制](https://github.com/imiphp/imi-access-control)
* [Smarty 模版引擎](https://github.com/imiphp/imi-smarty)
* [限流](https://github.com/imiphp/imi-rate-limit)
* [跨进程变量共享](https://github.com/imiphp/imi-shared-memory)
* [Swoole Tracker](https://github.com/imiphp/imi-swoole-tracker)
* [雪花算法发号器](https://github.com/imiphp/imi-snowflake)
* [Swagger API 文档生成](https://github.com/imiphp/imi-apidoc)
* [Swoole Tracker](https://github.com/imiphp/imi-swoole-tracker)
Binary file added src/Components/apidoc/res/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Components/apidoc/res/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e69bb95

Please sign in to comment.