Skip to content

Reasno/druid

Repository files navigation

Apache Druid Coroutine Client for Hyperf

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.