Download the PHP package ecommit/doctrine-orm-refetch without Composer
On this page you can find all versions of the php package ecommit/doctrine-orm-refetch. 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-orm-refetch
Doctrine ORM Refetch
This library allows to
- re-fetch Doctrine ORM objects after clear the object manager
- detach all entities attached since a snapshot
Installation
To install doctrine-orm-refetch with Composer just run :
Usage
Create the utility ($entityManager
is the Doctrine ORM entity manager):
Refetch an object
Example:
Get collection by critera
Example:
Snapshot
Detach all entities attached since a snapshot (entities attached before the snapshot are kept)
License
This librairy is under the MIT license. See the complete license in LICENSE file.
All versions of doctrine-orm-refetch with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
doctrine/collections Version ^1.5|^2.0
doctrine/common Version ^2.11|^3.0
doctrine/orm Version ^2.13|^3.0
doctrine/collections Version ^1.5|^2.0
doctrine/common Version ^2.11|^3.0
doctrine/orm Version ^2.13|^3.0
The package ecommit/doctrine-orm-refetch contains the following files
Loading the files please wait ....