Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added hyperf-helper/dependency into awesome-components.md. #5734

Merged
merged 2 commits into from
May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/en/awesome-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
lazychanger marked this conversation as resolved.
Show resolved Hide resolved

4 changes: 4 additions & 0 deletions docs/zh-cn/awesome-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down