Download the PHP package open-smf/connection-pool without Composer
On this page you can find all versions of the php package open-smf/connection-pool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download open-smf/connection-pool
More information about open-smf/connection-pool
Files in open-smf/connection-pool
Download open-smf/connection-pool
More information about open-smf/connection-pool
Files in open-smf/connection-pool
Vendor open-smf
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/open-smf/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/open-smf/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.2.9 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
>=8.0.0
ext-json Version *
ext-swoole Version >=4.2.9
ext-json Version *
ext-swoole Version >=4.2.9
The package open-smf/connection-pool contains the following files
Loading the files please wait ....