2017 © Pedro Peláez
 

library fixrel

Two way relationship fixer for Doctrine ORM

image

disparity/fixrel

Two way relationship fixer for Doctrine ORM

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Entity relationship fixer

Two way relationship fixer for Doctrine ORM entities, (*1)

Build Status codecov SymfonyInsight, (*2)

Description

Associations between entities are represented just like in regular object-oriented PHP code using references to other objects or collections of objects., (*3)

Association is a two-way relationship between objects, so changing the relationship on only one side breaks the consistency of the data., (*4)

This requires that you choose the right side of the change (because the doctrine will only check the owning side of an association for changes)., (*5)

This library makes it easy to make changes in the relations of objects, automatically changing relationships in related objects. This makes it possible to make changes on either side of the association; since owner-side will contain a reference to the correct entity., (*6)

Documentation

Read full documentation., (*7)

The Versions

25/02 2018

dev-master

9999999-dev https://disparity.github.io/relationship-fixer

Two way relationship fixer for Doctrine ORM

  Sources   Download

MIT

The Requires

 

The Development Requires

orm doctrine entity relationship fixer

09/12 2017

0.1.0

0.1.0.0 https://disparity.github.io/relationship-fixer

Two way relationship fixer for Doctrine ORM

  Sources   Download

MIT

The Requires

 

The Development Requires

orm doctrine relationship fixer