Registry / database / hyperf-pool

hyperf-pool

JSON →
library3.1.66phppackagistunverified

An independent universal connection pool component for Hyperf.

composer require hyperf/pool
INSTALL
IMPORT
SIG · HYPERF-POOL
H
hyperf-pool
databasephpv3.1.66
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pool
use Hyperf\Pool\Pool;

Create a connection pool and retrieve a connection.

use Hyperf\Pool\Pool; $pool = new Pool(function() { return new PDO('...'); }); $connection = $pool->get();
Debug
Known issues
breakingRequires Hyperf framework or compatible environment.
fix
Install hyperf/framework.
affects: >=3.0.0
Upgrade
Version history
3.1.66latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
OpenAI (training)
1
Resources
hyperf-pool — pip install hyperf-pool · libregistry