PHP Package: damienharper/auditor

Auditor is a powerful PHP library for auditing your applications and tracking changes in real-time, ensuring data integrity and security.

Current Version: 3.3.4
Last Updated: 2025-08-27
PHP Requirement: >=8.2
Dependencies: None

Package Description

Auditor is a feature-rich PHP library designed to monitor and log activities within your applications, offering comprehensive auditing capabilities. With Auditor, you can effortlessly track user actions, system modifications, and data access to enhance security and compliance. This library provides robust tools for maintaining an audit trail, generating reports, and analyzing historical data, ensuring transparency and accountability in your software systems.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.3.4

Download Download v3.3.4

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/damienharper/auditor/3.3.4/loader.php';

use damienharper\auditor\Auditor;

$obj = new Auditor();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.