hyperf/zh/awesome-components.md
2019-06-16 02:41:15 +08:00

27 lines
969 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 协程组件库
所有官方提供的组件库均以进行协程化处理,可安全地在 Hyperf 内或其它协程框架内使用,基于 Hyperf 的开放性和可扩展性社区可对此开发或适配各种各样的组件得益于此Hyperf 将存在着无限的可能性。本页将收录各个适配了 Hyperf 的协程组件,以便您快速的从中选择合适的组件完成您的需求。
## 如何提交我的组件?
如果您开发的协程组件适配了 Hyperf那么您可以直接对 [hyperf-cloud/hyperf](https://github.com/hyperf-cloud/hyperf) 项目的 `gh-pages` 分支发起您的 `Pull Request`,也就是更改当前页`(./awesome-components.md)`。
## 如何适配 Hyperf ?
我们为您提供了一份 [Hyperf 组件开发指南](./component-dev/intro.md),以帮助您开发 Hyperf 组件或适配 Hyperf 框架。
# 组件列表
## 路由
## 事件
## 数据库
## 视图
## 中间件
## 客户端
## 微服务