PHPackages                             xiidea/easy-audit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. xiidea/easy-audit

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

xiidea/easy-audit
=================

A Symfony Bundle To Log Selective Events. It is easy to configure and easy to customize for your need

3.0.2(5mo ago)91179.0k—5.6%24[4 issues](https://github.com/xiidea/EasyAuditBundle/issues)[4 PRs](https://github.com/xiidea/EasyAuditBundle/pulls)MITPHPPHP &gt;=8.1CI passing

Since Nov 27Pushed 4mo ago4 watchersCompare

[ Source](https://github.com/xiidea/EasyAuditBundle)[ Packagist](https://packagist.org/packages/xiidea/easy-audit)[ Docs](http://xiidea.github.io/EasyAuditBundle/)[ RSS](/packages/xiidea-easy-audit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (30)Used By (0)

Easy Audit
==========

[](#easy-audit)

[![Build Status](https://github.com/xiidea/EasyAuditBundle/actions/workflows/ci.yml/badge.svg)](https://github.com/xiidea/EasyAuditBundle/actions/workflows/ci.yml)[![Coverage Status](https://camo.githubusercontent.com/2801d3a9ab7346f67eff60be712c9e55e4e4743c360cb3092ea97f7fa7415a3d/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7869696465612f45617379417564697442756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/xiidea/EasyAuditBundle?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/97cf857465b1ead5a260f6aec65529b94f8c4e519a7d10f1fd4f452db1d1a057/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7869696465612f45617379417564697442756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xiidea/EasyAuditBundle/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/1c09eda623ebc8c5cb9c6a32fc7edb29d57e0079aefc443af5cb5f6d29577787/68747470733a2f2f706f7365722e707567782e6f72672f7869696465612f656173792d61756469742f762f737461626c652e706e67)](https://packagist.org/packages/xiidea/easy-audit)[![Latest Unstable Version](https://camo.githubusercontent.com/6b3dd971c64e4fb77866dafd417e70c45d688ddc1f39b864ab18747a8ee0dca9/687474703a2f2f706f7365722e707567782e6f72672f7869696465612f656173792d61756469742f762f756e737461626c65)](https://packagist.org/packages/xiidea/easy-audit)[![Total Downloads](https://camo.githubusercontent.com/79076f8e4ef2020ad7f7f967f1de875bf44f8cc060c94b7262440bc6178c8fc7/68747470733a2f2f706f7365722e707567782e6f72672f7869696465612f656173792d61756469742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/xiidea/easy-audit)[![License](https://camo.githubusercontent.com/20334a1a936a441ddbf5a09defefffc791d67ef1457033394c24ba00bd138290/687474703a2f2f706f7365722e707567782e6f72672f7869696465612f656173792d61756469742f6c6963656e7365)](https://packagist.org/packages/xiidea/easy-audit)

A Symfony Bundle To Log Selective Events. It is easy to configure and easy to customize for your need.

### Versions

[](#versions)

SymfonyPHPEasyAuditBundleSupport5.4-7.4&gt;=8.0.23.x.xNew Features / Bugs5.x&gt;=7.2.5[2.x.x](https://github.com/xiidea/EasyAuditBundle/tree/2.0.x)Bugs2.7-4.4^5.6,^7.0[1.4.x](https://github.com/xiidea/EasyAuditBundle/tree/1.4.x)-&lt;=2.8^5.4-7.3[1.3.x](https://github.com/xiidea/EasyAuditBundle/tree/1.3.x)-&lt;=2.4^5.4[1.2.x](https://github.com/xiidea/EasyAuditBundle/tree/1.2.x)-Install
-------

[](#install)

1. Add EasyAuditBundle in your composer.json
2. Enable the Bundle
3. Create audit\_log entity class
4. Configure config.yml
5. Update Database Schema

### 1. Add EasyAuditBundle in your composer.json

[](#1-add-easyauditbundle-in-your-composerjson)

Add EasyAuditBundle in your composer.json:

```
{
    "require": {
        "xiidea/easy-audit": "^3.0"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update xiidea/easy-audit
```

Composer will install the bundle to your project's `vendor/xiidea` directory.

### 2. Enable the Bundle

[](#2-enable-the-bundle)

```
