PHPackages                             vouchedfor/audit-ui-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. vouchedfor/audit-ui-bundle

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

vouchedfor/audit-ui-bundle
==========================

UI for displaying Datadog audits in Symfony 2/3

01.6k2[1 issues](https://github.com/vouchedfor/AuditUiBundle/issues)PHP

Since Mar 9Pushed 9y ago2 watchersCompare

[ Source](https://github.com/vouchedfor/AuditUiBundle)[ Packagist](https://packagist.org/packages/vouchedfor/audit-ui-bundle)[ RSS](/packages/vouchedfor-audit-ui-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Audit Ui Bundle
===============

[](#audit-ui-bundle)

This bundle creates a user interface for the audit log produced by .

It is based on the example provided by that bundle, but implemented in a more generic, out-of-the-box reusable way.

Installation
------------

[](#installation)

First, install it with composer:

```
composer require vouchedfor/audit-ui-bundle:dev-master

```

Then, add the following in your **AppKernel** bundles (note that 'new DataDog\\AuditBundle\\DataDogAuditBundle(),' may have been added previously).

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        ...
        new DataDog\AuditBundle\DataDogAuditBundle(),	// Only add this if you haven't previously done so
        new DataDog\PagerBundle\DataDogPagerBundle(),
        new VouchedFor\AuditUiBundle\VouchedForAuditUiBundle(),
        ...
    );
    ...
}

```

Add the name of the class responsible for managing users to `config.yml`. The example below assumes it's **AppBundle\\Entity\\User**:

```
// app/config/config.yml
vouched_for_audit_ui:
    user_class: AppBundle\Entity\User

```

Finally, add the routing (this assumes the route is prefixed with 'admin', that you'll probably want to protect behind a firewall in **security.yml**):

```
// app/config/routing.yml
vouchedfor_audit:
    resource: "@VouchedForAuditUiBundle/Controller/DefaultController.php"
    type:     annotation
    prefix:   /admin

```

Usage
-----

[](#usage)

Navigate to **admin/audit** (assuming you've used the default routing above) to see the list of audited changes.

Overriding templates
--------------------

[](#overriding-templates)

Templates (e.g. **diff.html.twig**) can be overridden at **app/Resources/VouchedForAuditUiBundle/views/Default**

License
-------

[](#license)

The Audit Ui Bundle is free to use and is licensed under the [MIT license](http://www.opensource.org/licenses/mit-license.php)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b5d068e6d5363f44158d31dce2809bce36f0fb52812485846ba7595dd1c61069?d=identicon)[vouchedfor](/maintainers/vouchedfor)

---

Top Contributors

[![jonathanstidwillvf](https://avatars.githubusercontent.com/u/14923116?v=4)](https://github.com/jonathanstidwillvf "jonathanstidwillvf (18 commits)")

### Embed Badge

![Health badge](/badges/vouchedfor-audit-ui-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/vouchedfor-audit-ui-bundle/health.svg)](https://phpackages.com/packages/vouchedfor-audit-ui-bundle)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
