Download the PHP package swokit/conn-pool without Composer
On this page you can find all versions of the php package swokit/conn-pool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download swokit/conn-pool
More information about swokit/conn-pool
Files in swokit/conn-pool
Download swokit/conn-pool
More information about swokit/conn-pool
Files in swokit/conn-pool
Vendor swokit
Package conn-pool
Short Description a simple connection pool library of the php. base on swoole
License MIT
Homepage http://github.com/swokit/connection-pool
Package conn-pool
Short Description a simple connection pool library of the php. base on swoole
License MIT
Homepage http://github.com/swokit/connection-pool
Keywords libraryconnection-pool
Please rate this library. Is it a good library?
Informations about the package conn-pool
连接池
资源池使用在 常住进程的服务 中才有用。比如用 swoole/workman 创建的应用
使用池可实现 数据库连接池、redis连接池等,减少对服务的过多的连接/断开带来的额外资源消耗
项目地址
安装
- 使用 composer
编辑 composer.json
,在 require
添加
然后执行: composer update
使用
License
MIT
All versions of conn-pool with dependencies
PHP Build Version
Package Version
The package swokit/conn-pool contains the following files
Loading the files please wait ....