diff --git a/docs/en/awesome-components.md b/docs/en/awesome-components.md index 31e0638398..8872f39417 100644 --- a/docs/en/awesome-components.md +++ b/docs/en/awesome-components.md @@ -74,3 +74,6 @@ We have provided you with a [Hyperf component development guide](en/component-gu - [hyperf/tracer](https://github.com/hyperf/tracer) OpenTracing component provided by Hyperf officially - [hyperf/circuit-breaker](https://github.com/hyperf/circuit-breaker) service circuit breaker component provided by Hyperf officially +## Annotation Configuration +- [hyperf-helper/dependency](https://github.com/lazychanger/hyperf-helper-dependency) Use annotations to quickly configure dependencies and support dependency priority. + diff --git a/docs/zh-cn/awesome-components.md b/docs/zh-cn/awesome-components.md index 0d28de43eb..6537b9b2ef 100644 --- a/docs/zh-cn/awesome-components.md +++ b/docs/zh-cn/awesome-components.md @@ -147,6 +147,10 @@ - [dtm-php/dtm-client](https://github.com/dtm-php/dtm-client) 支持 Hyperf 的 dtm 分布式事务客户端组件 +## 注解配置 + +- [hyperf-helper/dependency](https://github.com/lazychanger/hyperf-helper-dependency) 使用注解快速的配置依赖关系,并且支持依赖优先级。 + ## 第三方 SDK - [yurunsoft/pay-sdk](https://github.com/Yurunsoft/PaySDK) 支持 Swoole 协程的支付宝/微信支付 SDK