Download the PHP package aeviiq/storage-manager without Composer
On this page you can find all versions of the php package aeviiq/storage-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aeviiq/storage-manager
More information about aeviiq/storage-manager
Files in aeviiq/storage-manager
Package storage-manager
Short Description Storage Manager Component
License MIT
Homepage https://github.com/aeviiq/storage-manager
Informations about the package storage-manager
Storage Manager Component
Why
To provide an easy way to store data with references to Doctrine entities, without storing the entities or their proxies themselves. A deep copy of the original object is made, in which any entity will be detached and have their identifiers stored with them. These will be used to retrieve a managed entity upon load().
The objects are saved as a copy, meaning referential changes will not affect the object that is stored. To persist any changes, save() the object. See example below.
Support for readonly properties
To copy an object, the StorageManager uses the DeepCopy component from MyClabs. This component does not yet have support for the newly introducted readonly properties in PHP 8.1.
They do have an open ticket to support this.
Installation
Usage
All versions of storage-manager with dependencies
symfony/http-foundation Version ^6.0
myclabs/deep-copy Version ^1.11
doctrine/persistence Version ^2.1|^3.0
doctrine/common Version ^3.4