dende / multidatabase-bundle
There is no license information available for the latest version (1.0.0) of this package.
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.0.0
2016-03-27 11:27 UTC
Requires
Requires (Dev)
- behat/behat: ^3.0
- fabpot/php-cs-fixer: 2.0.*@dev
- mockery/mockery: ^0.9.4
- phing/phing: *
- phpunit/phpunit: ^5.0
- symfony/framework-bundle: ^2.7
- symfony/monolog-bundle: 2.7.*
- twig/extensions: 1.2.*@dev
This package is not auto-updated.
Last update: 2024-06-22 16:40:53 UTC
README
DendeMultidatabaseBundle
A Symfony 2 bundle for providing an easy to use database switching infrastructure
installation:
-
install via composer
composer require dende/multidatabase-bundle
-
enable bundle in AppKernel
class AppKernel extends Kernel { public function registerBundles() { return array( new Dende\MultidatabaseBundle\DendeMultidatabaseBundle(), ... ); } }