rezzza / model-violation-logger-bundle
Log violations from a model.
Installs: 15 994
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 4
Open Issues: 1
Type:symfony-bundle
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