PHPackages                             jvmtech/neos-audit-trail - 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. jvmtech/neos-audit-trail

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

jvmtech/neos-audit-trail
========================

Audit trail for Neos CMS: logs node changes, user management events, and login attempts to dedicated log files via PSR-3.

0.1.0(2mo ago)00MITPHP

Since Feb 27Pushed 2mo agoCompare

[ Source](https://github.com/jvm-tech/Neos.AuditTrail)[ Packagist](https://packagist.org/packages/jvmtech/neos-audit-trail)[ RSS](/packages/jvmtech-neos-audit-trail/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

JvMTECH.Neos.AuditTrail
=======================

[](#jvmtechneosaudittrail)

Audit trail package for [Neos CMS](https://www.neos.io). Writes node changes, user management events, and login attempts to dedicated log files.

What gets logged
----------------

[](#what-gets-logged)

EventLog fileNode added, removed, property changed, published, discarded`Data/Logs/NodeChange.log`User created, activated, deactivated, deleted, roles added/removed`Data/Logs/UserChange.log`Login success / failure`Data/Logs/UserLogin.log`Each log entry includes the acting user, a timestamp, and the IP address of the request.

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

[](#installation)

```
composer require jvmtech/neos-audit-trail
```

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

[](#configuration)

The package ships with sensible defaults. Log files are created automatically under `%FLOW_PATH_DATA%Logs/`.

To override the defaults (e.g. change log location or rotation size), add to your site package's `Configuration/Settings.Logger.yaml`:

```
Neos:
  Flow:
    log:
      psr3:
        'Neos\Flow\Log\PsrLoggerFactory':
          nodeChangeLogger:
            default:
              options:
                logFileURL: '%FLOW_PATH_DATA%Logs/NodeChange.log'
                maximumLogFileSize: 10485760  # 10 MB
                logFilesToKeep: 5
```

Available logger identifiers: `nodeChangeLogger`, `userChangeLogger`, `userLoginLogger`.

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

[](#requirements)

- Neos CMS 8.x or higher
- PHP 7.4 or higher

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance86

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

72d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/571e3cc3d673ec697299b5e23b65ade8d04a69355ec42e9e338a87cf9fabd98c?d=identicon)[jvmtech](/maintainers/jvmtech)

---

Top Contributors

[![c4ll-m3-j4ck](https://avatars.githubusercontent.com/u/7119811?v=4)](https://github.com/c4ll-m3-j4ck "c4ll-m3-j4ck (3 commits)")

### Embed Badge

![Health badge](/badges/jvmtech-neos-audit-trail/health.svg)

```
[![Health](https://phpackages.com/badges/jvmtech-neos-audit-trail/health.svg)](https://phpackages.com/packages/jvmtech-neos-audit-trail)
```

###  Alternatives

[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[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)[open-telemetry/api

API for OpenTelemetry PHP.

1833.0M214](/packages/open-telemetry-api)[codemix/yii2-streamlog

A Yii 2 log target for streams in URL format

531.4M6](/packages/codemix-yii2-streamlog)

PHPackages © 2026

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