Download the PHP package eltaline/connection-pool without Composer
On this page you can find all versions of the php package eltaline/connection-pool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download eltaline/connection-pool
More information about eltaline/connection-pool
Files in eltaline/connection-pool
Download eltaline/connection-pool
More information about eltaline/connection-pool
Files in eltaline/connection-pool
Vendor eltaline
Package connection-pool
Short Description A common connection pool based on Swoole is usually used as the database connection pool.
License MIT
Homepage https://github.com/eltaline/connection-pool
Package connection-pool
Short Description A common connection pool based on Swoole is usually used as the database connection pool.
License MIT
Homepage https://github.com/eltaline/connection-pool
Please rate this library. Is it a good library?
Informations about the package connection-pool
Connection pool
A common connection pool based on Swoole is usually used as the database connection pool.
Requirements
Dependency | Requirement |
---|---|
PHP | >=7.0.0 |
Swoole | >=4.9.1 Recommend 4.2.13+ |
Install
Install package via Composer.
Usage
See more examples.
- Available connectors
Connector | Connection description |
---|---|
CoroutineMySQLConnector | Instance of Swoole\Coroutine\MySQL |
CoroutinePostgreSQLConnector | Instance of Swoole\Coroutine\PostgreSQL , require configuring Swoole with --enable-coroutine-postgresql |
CoroutineRedisConnector | Instance of Swoole\Coroutine\Redis |
PhpRedisConnector | Instance of Redis , require redis |
PDOConnector | Instance of PDO , require PDO |
YourConnector | YourConnector must implement interface ConnectorInterface , any object can be used as a connection instance |
-
Basic usage
- Usage in Swoole Server
License
MIT
All versions of connection-pool with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
ext-json Version *
ext-openswoole Version >=4.9.1
ext-json Version *
ext-openswoole Version >=4.9.1
The package eltaline/connection-pool contains the following files
Loading the files please wait ....