reasno/druid

Coroutine Apache Druid Client for Hyperf

v0.1.0 2020-07-11 13:44 UTC

This package is auto-updated.

Last update: 2024-04-12 00:35:59 UTC


README

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

Installation

composer require reasno/druid

publish the configuration:

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.