PHPackages                             superbig/craft-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. superbig/craft-audit

ActiveCraft-plugin[Logging &amp; Monitoring](/categories/logging)

superbig/craft-audit
====================

Log adding/updating/deleting of elements

3.0.3(2y ago)2054.3k9[55 issues](https://github.com/sjelfull/craft-audit/issues)[25 PRs](https://github.com/sjelfull/craft-audit/pulls)MITPHPPHP ^8.0.2

Since Apr 4Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/sjelfull/craft-audit)[ Packagist](https://packagist.org/packages/superbig/craft-audit)[ RSS](/packages/superbig-craft-audit/feed)WikiDiscussions v3 Synced today

READMEChangelog (10)Dependencies (3)Versions (42)Used By (0)Security (1)

Audit plugin for Craft CMS 5
============================

[](#audit-plugin-for-craft-cms-5)

Enterprise-grade audit logging for Craft CMS. Track every change, login, and system event — then send your logs anywhere.

[![Plugin icon](resources/img/icon.png)](resources/img/icon.png)

*$99.00 through the [Craft Plugin Store](https://plugins.craftcms.com/audit) for production use.*

[![Screenshot of index view](resources/screenshots/audit-index.png)](resources/screenshots/audit-index.png)

What It Does
------------

[](#what-it-does)

Audit automatically logs actions performed by authenticated users:

- **Content** — Creating, saving, and deleting entries, assets, users, globals, and Commerce products/variants
- **Users** — Logins, logouts, account activation/deactivation, suspension, locking, group assignments
- **Permissions** — User and group permission changes
- **Schema** — Field, section, and entry type changes
- **System** — Plugin installs/uninstalls, route changes, database backups/restores, settings changes

No configuration required — install the plugin and logging starts immediately.

Requirements
------------

[](#requirements)

- Craft CMS 5.5+
- PHP 8.2+

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

[](#installation)

```
cd /path/to/project
composer require superbig/craft-audit
```

Then go to **Settings → Plugins** in the Control Panel and click **Install** for Audit.

Screenshots
-----------

[](#screenshots)

[![Screenshot of index view](resources/screenshots/audit-index.png)](resources/screenshots/audit-index.png)

[![Screenshot of details view](resources/screenshots/audit-details.png)](resources/screenshots/audit-details.png)

---

Configuration
-------------

[](#configuration)

Create a `config/audit.php` file to customize behavior:

```
