Rolice / reconnector by rolice

Connector replacement for Laravel 5.1+ that allows reconnection with a list of different MySQL hosts.
235
0
4
Package Data
Maintainer Username: rolice
Maintainer Contact: rolice@intellisys.org (Lyubomir Gardev)
Package Create Date: 2016-01-28
Package Last Update: 2016-01-29
Language: PHP
License: MIT
Last Refreshed: 2024-05-03 03:08:30
Package Statistics
Total Downloads: 235
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

Reconnector

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.