PHPackages                             bardiz12/laravel-connection-pool - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. bardiz12/laravel-connection-pool

ActiveLibrary[Database &amp; ORM](/categories/database)

bardiz12/laravel-connection-pool
================================

Laravel Connection Pool

211PHP

Since Feb 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bardiz12/laravel-connection-pool)[ Packagist](https://packagist.org/packages/bardiz12/laravel-connection-pool)[ RSS](/packages/bardiz12-laravel-connection-pool/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Connection Pool Driver for Laravel
==================================

[](#connection-pool-driver-for-laravel)

This Package is using **openswoole** to achieve connection pooling in Laravel.

Note
----

[](#note)

This package still under development, currently no stable version is released. only dev-master

Supported Database :
--------------------

[](#supported-database-)

- MySql

Instalation :
-------------

[](#instalation-)

- `composer require "bardiz12/laravel-connection:dev-main"`
- setup database config
    - change database's driver to `mysql-pool`
    - you can set `pool_count` config to define default connection that will be made
    - you can set `fill` config to define if the connection should auto fill the connection pool.
- example : ```
    ///config/database.php
