Download the PHP package lendable/doctrine-extensions-bundle without Composer
On this page you can find all versions of the php package lendable/doctrine-extensions-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package doctrine-extensions-bundle
Lendable Doctrine Extensions Bundle
Licensed under the MIT License.
Provides extensions to how Doctrine is integrated with Symfony. This includes:
- Allowing repositories to have extra constructor arguments and behind the scenes retrieval / instantiation via the container.
Requirements
- PHP >= 7.0
- Symfony >= 2.7
Installation
Require the bundle with Composer:
Enable the bundle:
Usage
Repositories with dependencies
A repository with extra constructor arguments such as:
Should be configured to inform the bundle how these extra dependencies should be sourced.
An argument can either be:
- Raw scalar.
- Parameter reference (
%wrapped%
). - Service reference (
@prefixed
). - An indexed/associative array of any of the above.
The repository can now be retrieved as usual via the Doctrine Registry
or EntityManager
.
All versions of doctrine-extensions-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
doctrine/doctrine-bundle Version ^1.6
doctrine/orm Version ^2.5
ext-mbstring Version ^7.0
doctrine/doctrine-bundle Version ^1.6
doctrine/orm Version ^2.5
ext-mbstring Version ^7.0
The package lendable/doctrine-extensions-bundle contains the following files
Loading the files please wait ....