diff --git a/docs/en/awesome-components.md b/docs/en/awesome-components.md index 8872f3941..e49aa7c8c 100644 --- a/docs/en/awesome-components.md +++ b/docs/en/awesome-components.md @@ -57,6 +57,8 @@ We have provided you with a [Hyperf component development guide](en/component-gu - [hyperf/redis](https://github.com/hyperf/redis) The Redis coroutine client provided by Hyperf officially - [hyperf/websocket-client](https://github.com/hyperf/websocket-client) The WebSocket coroutine client provided by Hyperf officially - [hyperf/cache](https://github.com/hyperf/cache) PSR-16-based cache coroutine client provided by Hyperf officially + - [friendsofhyperf/http-client](https://github.com/friendsofhyperf/http-client) The Guzzle HTTP coroutine client based on Hyperf + - [friendsofhyperf/openai-client](https://github.com/friendsofhyperf/openai-client) The OpenAI coroutine client based on Hyperf ## Message queue - [hyperf/amqp](https://github.com/hyperf/amqp) AMQP coroutine component provided by Hyperf officially diff --git a/docs/zh-cn/awesome-components.md b/docs/zh-cn/awesome-components.md index 6537b9b2e..dfd6dd115 100644 --- a/docs/zh-cn/awesome-components.md +++ b/docs/zh-cn/awesome-components.md @@ -63,6 +63,8 @@ - [hyperf/websocket-client](https://github.com/hyperf/websocket-client) Hyperf 官方提供的 WebSocket 协程客户端 - [hyperf/cache](https://github.com/hyperf/cache) Hyperf 官方提供的基于 PSR-16 的缓存协程客户端,支持注解的使用方式 - [chungou/elasticsearch](https://github.com/kaychem/hyperf-elasticsearch) 一个简单的 Elasticsearch 构造器 +- [friendsofhyperf/http-client](https://github.com/friendsofhyperf/http-client) 基于 Hyperf 的 Guzzle HTTP 协程客户端 +- [friendsofhyperf/openai-client](https://github.com/friendsofhyperf/openai-client) 基于 Hyperf 的 OpenAI 客户端 ## 消息队列 diff --git a/docs/zh-hk/awesome-components.md b/docs/zh-hk/awesome-components.md index ea7d64400..54e6e3018 100644 --- a/docs/zh-hk/awesome-components.md +++ b/docs/zh-hk/awesome-components.md @@ -63,6 +63,8 @@ - [hyperf/websocket-client](https://github.com/hyperf/websocket-client) Hyperf 官方提供的 WebSocket 協程客户端 - [hyperf/cache](https://github.com/hyperf/cache) Hyperf 官方提供的基於 PSR-16 的緩存協程客户端,支持註解的使用方式 - [chungou/elasticsearch](https://github.com/kaychem/hyperf-elasticsearch) 一個簡單的 Elasticsearch 構造器 +- [friendsofhyperf/http-client](https://github.com/friendsofhyperf/http-client) 基於 Hyperf 的 Guzzle HTTP 協程客户端 +- [friendsofhyperf/openai-client](https://github.com/friendsofhyperf/openai-client) 基於 Hyperf 的 OpenAI 客户端 ## 消息隊列 diff --git a/docs/zh-tw/awesome-components.md b/docs/zh-tw/awesome-components.md index 30279de1b..da588bf51 100644 --- a/docs/zh-tw/awesome-components.md +++ b/docs/zh-tw/awesome-components.md @@ -63,6 +63,8 @@ - [hyperf/websocket-client](https://github.com/hyperf/websocket-client) Hyperf 官方提供的 WebSocket 協程客戶端 - [hyperf/cache](https://github.com/hyperf/cache) Hyperf 官方提供的基於 PSR-16 的快取協程客戶端,支援註解的使用方式 - [chungou/elasticsearch](https://github.com/kaychem/hyperf-elasticsearch) 一個簡單的 Elasticsearch 構造器 +- [friendsofhyperf/http-client](https://github.com/friendsofhyperf/http-client) 基於 Hyperf 的 Guzzle HTTP 協程客戶端 +- [friendsofhyperf/openai-client](https://github.com/friendsofhyperf/openai-client) 基於 Hyperf 的 OpenAI 客戶端 ## 訊息佇列