Download the PHP package cekurte/doctrinebundle without Composer
On this page you can find all versions of the php package cekurte/doctrinebundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cekurte/doctrinebundle
More information about cekurte/doctrinebundle
Files in cekurte/doctrinebundle
Download cekurte/doctrinebundle
More information about cekurte/doctrinebundle
Files in cekurte/doctrinebundle
Vendor cekurte
Package doctrinebundle
Short Description A extension of features of the doctrine library
License MIT
Homepage https://github.com/jpcercal/cekurtedoctrinebundle
Package doctrinebundle
Short Description A extension of features of the doctrine library
License MIT
Homepage https://github.com/jpcercal/cekurtedoctrinebundle
Please rate this library. Is it a good library?
Informations about the package doctrinebundle
Cekurte\DoctrineBundle
- An extension to Doctrine DBAL that can be used to switch between database connections in runtime with Symfony 2, contribute with this project!
If you liked of this library, give me a star =).
Installation
- The package is available on Packagist.
- The source files is PSR-2 compatible.
- Autoloading is PSR-4 compatible.
After, register the bundle in your AppKernel like this:
Documentation
Well, firstly you must configure a doctrine database connection. So, add this in your config file.
After that, when you need change the database connection you can retrieve a service id named doctrine.dbal.dynamic_connection
and call the method forceSwitch
, see the example below.
Contributing
- Give me a star =)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Make your changes
- Run the tests, adding new ones for your own code if necessary (
vendor/bin/phpunit
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
All versions of doctrinebundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
doctrine/orm Version ~2.4
gedmo/doctrine-extensions Version ~2.4
symfony/framework-bundle Version ~2.3
doctrine/orm Version ~2.4
gedmo/doctrine-extensions Version ~2.4
symfony/framework-bundle Version ~2.3
The package cekurte/doctrinebundle contains the following files
Loading the files please wait ....