rolice / reconnector
Connector replacement for Laravel 5.1+ that allows reconnection with a list of different MySQL hosts.
dev-master
2016-01-29 10:14 UTC
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: 2024-11-09 19:31:51 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.