项目作者: Reasno

项目描述 :
Apache Druid Coroutine Client for Hyperf
高级语言: PHP
项目地址: git://github.com/Reasno/druid.git
创建时间: 2020-07-11T13:45:31Z
项目社区:https://github.com/Reasno/druid

开源协议:

下载


Apache Druid Coroutine Client for Hyperf

This component provides Hyperf integration for level23/druid-client.

Installation

  1. composer require reasno/druid

publish the configuration:

  1. php bin/hyperf vendor:publish reasno/druid

Then you can inject Level23\Druid\DruidClient anywhere via standard Hyperf DI, and enjoy coroutine connections to druid.

Documentation

See level23/druid-client.