PHPackages                             bbit/auditlog-bundle - 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. bbit/auditlog-bundle

ActiveSymfony-bundle

bbit/auditlog-bundle
====================

symfony BBITAuditLogBundle

0.1(11y ago)094MITPHPPHP &gt;=5.3.2

Since Jul 6Pushed 11y ago1 watchersCompare

[ Source](https://github.com/BranchBit/AuditLogBundle)[ Packagist](https://packagist.org/packages/bbit/auditlog-bundle)[ RSS](/packages/bbit-auditlog-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

AuditLogBundle
==============

[](#auditlogbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/1a23eda3a5b093060710a66bcd4a629f5ddd26a806a658669ac35f4bdac0f0b1/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61633762663436632d616132612d343130302d626366302d6333626164303863633731332f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/ac7bf46c-aa2a-4100-bcf0-c3bad08cc713)

AuditLogBundle is a simple bundle which provides you with a service which you can use to log stuff to the database.

Sort of like monolog, but using the db instead.

### Step 1: Download AuditLogBundle using composer

[](#step-1-download-auditlogbundle-using-composer)

Add BBITAuditLogBundle in your composer.json: (use the latest stable, NOT dev-master)

```
{
    "require": {
        "bbit/auditlog-bundle": "0.1",
    }
}
```

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

```
$ php composer.phar update bbit/auditlog-bundle
```

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
