PHPackages                             kunstmaan/anomy-bundle - 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. kunstmaan/anomy-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

kunstmaan/anomy-bundle
======================

The Kunstmaan Anomy Bundle provides a symfony command to use a mysql dump and anonymize it wiht Faker.

1.0.1(8y ago)033MITPHPPHP &gt;=5.6

Since Aug 3Pushed 8y ago12 watchersCompare

[ Source](https://github.com/Kunstmaan/KunstmaanAnomyBundle)[ Packagist](https://packagist.org/packages/kunstmaan/anomy-bundle)[ RSS](/packages/kunstmaan-anomy-bundle/feed)WikiDiscussions master Synced 4w ago

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

KunstmaanAnomyBundle
====================

[](#kunstmaananomybundle)

The Kunstmaan Anomy Bundle provides a symfony command to use a mysql dump and anonymize it wiht Faker.

Enabling the bundle
===================

[](#enabling-the-bundle)

Add to Appkernel.php

Configure the bundle in your config.yml file.
=============================================

[](#configure-the-bundle-in-your-configyml-file)

### Configuration reference:

[](#configuration-reference)

The following parameters need to be provided. The database\_user should be a mysql user that can create databases.

```
kunstmaan_anomy:
  config_file: /home/projects/foo//anon.yml
  backup_dir: /home/projects/foo/backup
  database_user: 'root'
  database_password: 'root'

```

### anon.yml file in your project

[](#anonyml-file-in-your-project)

The entities array contains all tables and the columns which you would like to fake. Methods can be found at .

The locale will be used to do some extra stuff with faker locale based like a BTW number.

```
guesser_version: 1.0.0b
locale: nl_BE
entities:
    kuma_users:
        cols:
            username: { method: safeEmail }
            username_canonical: { method: safeEmail }
            email: { method: safeEmail }
            email_canonical: { method: safeEmail }

```

Commands
========

[](#commands)

```
php bin/console kuma:anonymize:database

```

If you add -v, you can see more information being dumpted to the screen.

### Contributing

[](#contributing)

We love contributions! If you're submitting a pull request, please follow the guidelines in the [Submitting pull requests](docs/pull-requests.md)

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

Every ~0 days

Total

2

Last Release

2933d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/62ecb43e61751f5fc28256b948ef82f76704338a102d5122b2a6b355e8e972df?d=identicon)[Kunstmaan](/maintainers/Kunstmaan)

---

Top Contributors

[![sandergo90](https://avatars.githubusercontent.com/u/1516413?v=4)](https://github.com/sandergo90 "sandergo90 (11 commits)")

---

Tags

cmskunstmaananonymizationneuralyzer

### Embed Badge

![Health badge](/badges/kunstmaan-anomy-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kunstmaan-anomy-bundle/health.svg)](https://phpackages.com/packages/kunstmaan-anomy-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[kunstmaan/utilities-bundle

The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher

12153.2k11](/packages/kunstmaan-utilities-bundle)

PHPackages © 2026

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