Download the PHP package toolkit/pool without Composer
On this page you can find all versions of the php package toolkit/pool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor toolkit
Package pool
Short Description a simple resource pool library of the php
License MIT
Homepage http://github.com/php-toolkit/pool
Package pool
Short Description a simple resource pool library of the php
License MIT
Homepage http://github.com/php-toolkit/pool
Keywords libraryresource-pool
Please rate this library. Is it a good library?
Informations about the package pool
资源池
资源池使用在 常住进程的服务 中才有用。比如用 swoole/workman 创建的应用
使用池可实现 数据库连接池、redis连接池等,减少对服务的过多的连接/断开带来的额外资源消耗。
- 基于swoole的实现
本仓库主要是做一些关于连接池的基础接口方法的抽象定义,并没有完整具体的实现。
项目地址
安装
- 使用
composer require toolkit/pool
- 使用
composer.json
然后执行: composer update
- 直接拉取
使用
License
MIT
All versions of pool with dependencies
PHP Build Version
Package Version
Requires
php Version
>7.1
The package toolkit/pool contains the following files
Loading the files please wait ....