reasno/druid

Coroutine Apache Druid Client for Hyperf

Maintainers

Details

github.com/Reasno/druid

Source

Issues

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/reasno/druid

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

This package is auto-updated.

Last update: 2025-09-12 03:39:53 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.