Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson authored Sep 28, 2017
1 parent 9d9954d commit 1c44460
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1c44460

Please sign in to comment.