reasno/druid

Coroutine Apache Druid Client for Hyperf

Maintainers

Package info

github.com/Reasno/druid

pkg:composer/reasno/druid

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-12 04:50:54 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.