hyperf/doc/en/awesome-components.md

77 lines
6.2 KiB
Markdown
Raw Normal View History

2019-07-29 15:09:23 +08:00
# Awesome Components
All officially provided component libraries have been coroutined processed, safe to use within Hyperf or other coroutine frameworks. Based on Hyperf's openness and extensibility, the community could develop or adapt a variety of components to this, benefit from this, Hyperf will have unlimited possibilities.
2019-07-29 10:53:01 +08:00
2019-07-29 15:09:23 +08:00
This page will include a variety of Hyperf-compatible coroutine components and commonly used libraries that have been validated and safely used in coroutine, so you could quickly select the right components to complete your needs.
2019-07-29 10:53:01 +08:00
2019-07-29 15:09:23 +08:00
## How do I submit my component ?
If the component you developed is adapted to Hyperf, then you can send a `Pull Request` directly on the ` master` branch of the [hyperf-cloud/hyperf](https://github.com/hyperf-cloud/hyperf) project, which is to change the current page `(en/awesome-components.md)`.
2019-07-29 10:53:01 +08:00
2019-07-29 15:09:23 +08:00
## How to adapt Hyperf ?
We have provided you with a [Hyperf component development guide](en/component-guide/intro) to help you develop Hyperf component or adapt component to Hyperf framework.
# Awesome Components
All officially provided component libraries have been coroutined processed, safe to use within Hyperf or other coroutine frameworks. Based on Hyperf's openness and extensibility, the community could develop or adapt a variety of components to this, benefit from this, Hyperf will have unlimited possibilities.
This page will include a variety of Hyperf-compatible coroutine components and commonly used libraries that have been validated and safely used in coroutine, so you could quickly select the right components to complete your needs.
## How do I submit my component ?
If the component you developed is adapted to Hyperf, then you can send a `Pull Request` directly on the ` master` branch of the [hyperf-cloud/hyperf](https://github.com/hyperf-cloud/hyperf) project, which is to change the current page `(en/awesome-components.md)`.
## How to adapt Hyperf ?
We have provided you with a [Hyperf component development guide](en/component-guide/intro) to help you develop Hyperf component or adapt component to Hyperf framework.
2019-07-29 10:53:01 +08:00
# Component list
## Route
2019-07-29 15:09:23 +08:00
- [nikic/fastroute](https://github.com/nikic/FastRoute) a commonly used high speed routing
2019-07-29 10:53:01 +08:00
## Event
2019-07-29 15:09:23 +08:00
- [hyperf/event](https://github.com/hyperf-cloud/event) PSR-14 based event manager provided by Hyperf officially
2019-07-29 10:53:01 +08:00
## Log
2019-07-29 15:09:23 +08:00
- [hyperf/logger](https://github.com/hyperf-cloud/logger) PSR-3 based log manager provided by Hyperf officially
2019-07-29 10:53:01 +08:00
## Command
2019-07-29 15:09:23 +08:00
- [hyperf/command](https://github.com/hyperf-cloud/command) Command management component based on [symfony/console](https://github.com/symfony/console) extension and support annotation provided by Hyperf officially
- [symfony/console](https://github.com/symfony/console) Independent command management component provided by Symfony
2019-07-29 10:53:01 +08:00
## Database
2019-07-29 15:09:23 +08:00
- [hyperf/database](https://github.com/hyperf-cloud/database) Based on the Eloquent database ORM forked by Hyperf, this component can be reused in other frameworks
- [hyperf/model-cache](https://github.com/hyperf-cloud/model-cache) [Hyperf/database](https://github.com/hyperf-cloud/database) component-based automatic model caching component provided by Hyperf officially
2019-07-29 10:53:01 +08:00
## Dependency injection container
2019-07-29 15:09:23 +08:00
- [hyperf/di](https://github.com/hyperf-cloud/di) A dependency injection container provided by Hyperf officially, support annotations and AOP
2019-07-29 10:53:01 +08:00
2019-07-29 15:09:23 +08:00
## Server
- [hyperf/http-server](https://github.com/hyperf-cloud/http-server) The HTTP server provided by Hyperf officially
- [hyperf/grpc-server](https://github.com/hyperf-cloud/grpc-server) The GRPC server provided by Hyperf officially
- [hyperf/websocket-server](https://github.com/hyperf-cloud/websocket-server) The WebSocket server provided by Hyperf officially
- [hyperf/rpc-server](https://github.com/hyperf-cloud/rpc-server) The abstract RPC server provided by Hyperf officially
2019-07-29 10:53:01 +08:00
## Client
2019-07-29 15:09:23 +08:00
- [hyperf/consul](https://github.com/hyperf-cloud/consul) The Consul coroutine client provided by Hyperf officially
- [hyperf/elasticsearch](https://github.com/hyperf-cloud/elasticsearch) The Elasticsearch coroutine client provided by Hyperf officially
- [hyperf/grpc-client](https://github.com/hyperf-cloud/grpc-client) The GRPC coroutine client provided by Hyperf officially
- [hyperf/rpc-client](https://github.com/hyperf-cloud/rpc-client) The abstract RPC coroutine client provided by Hyperf officially
- [hyperf/guzzle](https://github.com/hyperf-cloud/guzzle) The Guzzle HTTP coroutine client provided by Hyperf officially
- [hyperf/redis](https://github.com/hyperf-cloud/redis) The Redis coroutine client provided by Hyperf officially
- [hyperf/websocket-client](https://github.com/hyperf-cloud/websocket-client) The WebSocket coroutine client provided by Hyperf officially
- [hyperf/cache](https://github.com/hyperf-cloud/cache) PSR-16-based cache coroutine client provided by Hyperf officially
2019-07-29 10:53:01 +08:00
## Message queue
2019-07-29 15:09:23 +08:00
- [hyperf/amqp](https://github.com/hyperf-cloud/amqp) AMQP coroutine component provided by Hyperf officially
- [hyperf/async-queue](https://github.com/hyperf-cloud/async-queue) Redis-based asynchronous queue component provided by Hyperf officially
2019-07-29 10:53:01 +08:00
## Configuration center
2019-07-29 15:09:23 +08:00
- [hyperf/config-apollo](https://github.com/hyperf-cloud/config-apollo) Apollo Configuration Center Component provided by Hyperf officially
- [hyperf/config-aliyun-acm](https://github.com/hyperf-cloud/config-aliyun-acm) Aliyun ACM Application Configuration Service Component provided by Hyperf officially
2019-07-29 10:53:01 +08:00
## Service governance
2019-07-29 15:09:23 +08:00
- [hyperf/json-rpc](https://github.com/hyperf-cloud/json-rpc) JSON-RPC protocol component provided by Hyperf officially
- [hyperf/rate-limit](https://github.com/hyperf-cloud/rate-limit) Token bucket algorithm-based rate limiter component provided by Hyperf officially
- [hyperf/load-balancer](https://github.com/hyperf-cloud/load-balancer) Load balancer component provided by Hyperf officially
- [hyperf/service-gevernance](https://github.com/hyperf-cloud/service-gevernance) Service governance component provided by Hyperf officially
- [hyperf/tracer](https://github.com/hyperf-cloud/tracer) OpenTracing component provided by Hyperf officially
- [hyperf/circuit-breaker](https://github.com/hyperf-cloud/circuit-breaker) service circuit breaker component provided by Hyperf officially
2019-07-29 10:53:01 +08:00