rolice / reconnector
Connector replacement for Laravel 5.1+ that allows reconnection with a list of different MySQL hosts.
Installs: 235
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/rolice/reconnector
Requires
- php: >=5.6
- ext-pdo: *
- illuminate/database: >=5.1
- illuminate/support: >=5.1
Requires (Dev)
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2025-10-12 01:13:22 UTC
README
This package provides a slight replacement of the default connection mechanism in Laravel 5.1+. The idea is to enable one application to work with several database connections in order to increase the availability in case of server failure. This is useful when using a database cluster which cannot route incoming connections to the nodes available.