This component provides Hyperf integration for level23/druid-client.
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.
See level23/druid-client.