rezzza/model-violation-logger-bundle

Log violations from a model.

v1.1.12 2015-01-08 15:55 UTC

README

Build Status

Store violations linked to a Model. You can easily retrieve entity with violations, look at them violations and fix them.

Violations are automatically created/fixed at the persist/update of the entity.

Storage actually supported:

  • Doctrine/ORM

Steps:

Todo

  • Add field where the violation appears
  • Write tests
  • Improve documentation