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

dev-master 2016-01-29 10:14 UTC

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.