diff --git a/README.md b/README.md index 4355439..4288c17 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ Auditing for Doctrine ORM [![Build Status](https://travis-ci.org/API-Skeletons/zf-doctrine-audit.png)](https://travis-ci.org/API-Skeletons/zf-doctrine-audit) [![Total Downloads](https://poser.pugx.org/api-skeletons/zf-doctrine-audit/downloads)](https://packagist.org/packages/api-skeletons/zf-doctrine-audit) -Auditing of a target object manager and list of entities using an object manager configured independently of the target object manager. The audit tables may share the same database or use a different database for auditing. +This library creates an audit database for a target database using Doctrine ORM to define the database. You do not need to interact with the target database through PHP in order to gain the benefit of auditing. That is, once the two databases are configured for auditing they "just work". + +This library is targeted to Doctrine ORM applications and there are many tools to help you manage auditing within your code. ![Entity Relationship Diagram](https://raw.githubusercontent.com/API-Skeletons/zf-doctrine-audit/master/media/zf-doctrine-audit-erd.png)