rezzza / model-violation-logger-bundle
Log violations from a model.
Package info
github.com/rezzza/ModelViolationLoggerBundle
Type:symfony-bundle
pkg:composer/rezzza/model-violation-logger-bundle
v1.1.12
2015-01-08 15:55 UTC
Requires
- php: >=5.3.2
Requires (Dev)
- atoum/atoum: dev-master
README
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