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(4mo ago)00MITPHP

Since Feb 27Pushed 4mo 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 today

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

27

—

LowBetter than 47% of packages

Maintenance77

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity24

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

127d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/56817323?v=4)[jvmtech](/maintainers/jvmtech)[@Jvmtech](https://github.com/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

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1151.0M778](/packages/neos-neos)[neos/media

The Media package

101.2M53](/packages/neos-media)[neos/demo

Site package for the Neos Demo Site

18188.3k10](/packages/neos-demo)[sandstorm/neostwofactorauthentication

1327.0k](/packages/sandstorm-neostwofactorauthentication)

PHPackages © 2026

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