PHPackages                             libeo/lbo\_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. libeo/lbo\_anonymizer

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

libeo/lbo\_anonymizer
=====================

Allow anonymisation of data with a command line

13.0.1(8mo ago)0471AGPL-3.0PHP

Since Apr 8Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/libeo/lbo_anonymizer)[ Packagist](https://packagist.org/packages/libeo/lbo_anonymizer)[ RSS](/packages/libeo-lbo-anonymizer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Use the php faker library to anonymize data in TYPO3 database.

Usage
-----

[](#usage)

```
typo3cms lbo-anonymizer:anonymize
```

Example of configuration
------------------------

[](#example-of-configuration)

```
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['lbo_anonymizer'] = [
    'DB' => [
        'Default' => [
            'sys_history' => [
                'operation' => 'truncate',
            ],
            'fe_users' => [
                'operation' => 'update',
                'fields' => [
                    'first_name' => [
                        'fakerFunction' => 'firstName',
                    ],
                    'last_name' => [
                        'fakerFunction' => 'lastName',
                    ],
                    'email' => [
                        'fakerFunction' => 'email',
                    ],
                    'lastlogin' => [
                        'fakerFunction' => 'unixTime',
                    ],
                    'address' => [
                        'fakerFunction' => 'address',
                    ],
                    'telephone' => [
                        'fakerFunction' => 'phoneNumber',
                    ],
                    'username' => [
                        'fakerFunction' => 'userName',
                    ],
                ]
            ],
        ]
    ],
];
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance59

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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 ~142 days

Total

2

Last Release

263d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f14a4ea863596b20eef77fa5c5b4d42fa109a20f149b67f3c846f643fc43990d?d=identicon)[pierreboivin](/maintainers/pierreboivin)

![](https://www.gravatar.com/avatar/1dbdff9b4e9c8887797bedbff76a07ca26597c5eb069ac0631442ab3638a44ff?d=identicon)[libeo](/maintainers/libeo)

---

Top Contributors

[![asakurayoh](https://avatars.githubusercontent.com/u/327551?v=4)](https://github.com/asakurayoh "asakurayoh (1 commits)")[![pierreboivin](https://avatars.githubusercontent.com/u/7306560?v=4)](https://github.com/pierreboivin "pierreboivin (1 commits)")

### Embed Badge

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

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

###  Alternatives

[georgringer/gdpr

Make TYPO3 more compatible to GDPR

4657.1k](/packages/georgringer-gdpr)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[b13/assetcollector

Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10118.4k](/packages/b13-assetcollector)[mfd/ai-filemetadata

Automatically generates FAL metadata for files by means of public LLMs

1142.1k](/packages/mfd-ai-filemetadata)[mautic/mautic-typo3

Add-on TYPO3 extension that enhances the "EXT:marketing\_automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.

236.3k](/packages/mautic-mautic-typo3)[georgringer/faker

Faker for TYPO3

165.1k](/packages/georgringer-faker)

PHPackages © 2026

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