PHPackages                             jvmtech/anonymizer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jvmtech/anonymizer

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

jvmtech/anonymizer
==================

Anonymize property values in Neos CMS NodeTypes and Neos Flow Domain Models

2.0.0(11mo ago)22.8k1[2 issues](https://github.com/jvm-tech/JvMTECH.Anonymizer/issues)MITPHPPHP &gt;=8.0

Since Sep 15Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/jvm-tech/JvMTECH.Anonymizer)[ Packagist](https://packagist.org/packages/jvmtech/anonymizer)[ RSS](/packages/jvmtech-anonymizer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (9)Used By (0)

JvMTECH.Anonymizer Package for Neos CMS
=======================================

[](#jvmtechanonymizer-package-for-neos-cms)

[![Latest Stable Version](https://camo.githubusercontent.com/27fe0a32d56eb6156ccaa5001d2b79509a5dcb6d5a8cc3ac207bd0d0b8da1a7f/68747470733a2f2f706f7365722e707567782e6f72672f6a766d746563682f616e6f6e796d697a65722f762f737461626c65)](https://packagist.org/packages/jvmtech/anonymizer)[![License](https://camo.githubusercontent.com/8ccc3a87cb16deebc45b2719833380205f2970e582f1d859dfb3111abf054744/68747470733a2f2f706f7365722e707567782e6f72672f6a766d746563682f616e6f6e796d697a65722f6c6963656e7365)](https://packagist.org/packages/jvmtech/anonymizer)

Anonymize property values in Neos CMS NodeTypes and Neos Flow Domain Models.

[![alt text](Resources/Private/DummyAssets/anonymized.jpg)](Resources/Private/DummyAssets/anonymized.jpg)

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

[](#installation)

```
composer require jvmtech/anonymizer

./flow doctrine:migrate

```

Neos Compatibility
------------------

[](#neos-compatibility)

Neos VersionPackage Version9.x2.x8.x1.xSupported property types
------------------------

[](#supported-property-types)

- Text
- DateTime
- Assets
    - text/csv
    - image/gif
    - image/jpeg
    - video/mp4
    - application/pdf
    - image/png
    - image/svg+xml
    - text/plain
    - video/webm
    - application/zip
    - application/vnd.oasis.opendocument.text
    - application/vnd.openxmlformats-officedocument.wordprocessingml.document
    - application/vnd.openxmlformats-officedocument.presentationml.presentation
    - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    - Extensible via configuration..

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

[](#configuration)

```
JvMTECH:
  Anonymizer:
    nodeTypes:

      'Your.Vendor:Your.NodeType':
        properties:
          name:
            anonymize: true
          email:
            shuffle: true
          video:
            anonymize: true

    domainModels:

      'Your\Vendor\Domain\Repository\YourModelRepository':
        dateTimeFilter: # optional
          propertyName: 'creationDateTime'
          olderThan: -90 # days
          # olderThan: '2023-01-01 00:00:00' # or by date
        properties:
          name:
            anonymize: true
          email:
            shuffle: true
          video:
            anonymize: true

```

Example Usage "Delete user data older than 90 days"
---------------------------------------------------

[](#example-usage-delete-user-data-older-than-90-days)

1. Add a "Your\\Vendor\\Domain\\Repository\\YourModelRepository" configuration with `dateTimeFilter.propertyName: 'creationDateTime'` and `dateTimeFilter.olderThan: -90`, and matching property settings
2. Run the anonymizer command `./flow anonymize:domainmodels --only "Your\Vendor\Domain\Repository\YourModelRepository" --force` once a month

Example Usage "Create clean data for local development"
-------------------------------------------------------

[](#example-usage-create-clean-data-for-local-development)

1. Add a "Your.Vendor:Your.NodeType" configuration with matching property settings
2. Clone the productive project container
3. Run the anonymizer commands `./flow anonymize:nodetypes --force` and `./flow anonymize:domainmodels --force`
4. Remove all assets you don't need anyways `./flow media:removeunused --assume-yes`
5. Do more specific stuff you need to do
6. Now make the clean container or the data dump accessible to your team

Whishlist
---------

[](#whishlist)

- Filter by datetime to handle automatic anonymization of old data
- Options to define type specific ranges
    - Ex. DateTime: "Randomize to +/- 6 Months from initial value"
    - Ex. Number: "Random number between 100 and 1000"
- Option to define custom anonymization methods
- Pixelation of assets, not just replacement
- **Other useful PR's and ideas are welcome!**

---

by [jvmtech.ch](https://jvmtech.ch)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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

Every ~106 days

Recently: every ~149 days

Total

7

Last Release

338d ago

Major Versions

1.1.3 → 2.0.02025-06-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/56817323?v=4)[jvmtech](/maintainers/jvmtech)[@Jvmtech](https://github.com/Jvmtech)

---

Top Contributors

[![sbruggmann](https://avatars.githubusercontent.com/u/1162368?v=4)](https://github.com/sbruggmann "sbruggmann (9 commits)")[![c4ll-m3-j4ck](https://avatars.githubusercontent.com/u/7119811?v=4)](https://github.com/c4ll-m3-j4ck "c4ll-m3-j4ck (1 commits)")[![paavo](https://avatars.githubusercontent.com/u/1118783?v=4)](https://github.com/paavo "paavo (1 commits)")

### Embed Badge

![Health badge](/badges/jvmtech-anonymizer/health.svg)

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

###  Alternatives

[sitegeist/monocle

An living-styleguide for Neos that is based on the actual fusion-code

45315.9k10](/packages/sitegeist-monocle)[sitegeist/kaleidoscope

Responsive-images for Neos

29352.4k10](/packages/sitegeist-kaleidoscope)[flowpack/listable

Tiny extension for listing things

35209.0k7](/packages/flowpack-listable)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2540.7k](/packages/kaufmanndigital-gdpr-cookieconsent)[neos/seo

SEO configuration and tools for Neos

13990.5k24](/packages/neos-seo)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

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