mindlahus / doctrine-resource-layer
This package is abandoned and no longer maintained.
No replacement package was suggested.
An abstract class that helps manage relationships with Doctrine and Symfony.
3.0.9
2017-12-07 14:10 UTC
Requires
- php: ^7.1
- auth0/jwt-auth-bundle: ^3.0
- avramcosmin/forceutf8: ^2.0
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.3
- doctrine/orm: ^2.5
- erusev/parsedown-extra: ^0.7
- friendsofsymfony/rest-bundle: ^2.2
- gedmo/doctrine-extensions: ^2.4
- jms/serializer-bundle: ^2.0
- mindlahus/symfony-assets: ^3.2
- phpseclib/phpseclib: ^2.0
- stof/doctrine-extensions-bundle: ^1.2
- symfony/monolog-bundle: ^3.1
- symfony/symfony: ^3.3
Requires (Dev)
- mockery/mockery: ^0.9.9
- sensio/generator-bundle: ^3.1
- symfony/phpunit-bridge: ^3.3
This package is auto-updated.
Last update: 2019-11-29 19:48:14 UTC
README
Unfortunately Doctrine is only managing relationships that get changed on the owning side. This means that any change made on the inverse side will only be persisted if the same change is made on the owning side.
Because Doctrine is not handling this, Doctrine Resource Layer
will fill this gap by offering a easy way to persist
relationships without the need of making sure this is done on the right side of the relationship.