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(7y ago)033MITPHPPHP &gt;=5.6

Since Aug 3Pushed 7y 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 2w 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 41% 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

2887d 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.

1175.2k](/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

12152.1k6](/packages/kunstmaan-utilities-bundle)[kunstmaan/seo-bundle

Annotating content with metadata for social sharing and seo purposes cannot be overlooked nowadays. The KunstmaanSeoBundle contains default editing functionality for OpenGraph data, meta descriptions, keywords and titles and Metriweb tags. Because the metatagging and tracking options are always changing, a free field to add custom header information is provided as well.

24131.5k2](/packages/kunstmaan-seo-bundle)[kunstmaan/generator-bundle

If you're like us, you like to build applications without having to do the same things over and over again and dislike copy/pasting code and change a couple of words every time you need feature X. The KunstmaanGeneratorBundle gives you the possibility to generate code for new bundles, adminlists and can even make you a basic default website. That way you don't have to wait too long before you see some results and you have more time to do other things. Easy no?

23114.8k2](/packages/kunstmaan-generator-bundle)[kunstmaan/live-reload-bundle

The KunstmaanLiveReloadBundle injects the livereload script from grunt-contrib-watch into your html page.

2227.7k](/packages/kunstmaan-live-reload-bundle)[kunstmaan/sitemap-bundle

A sitemap bundle to generate a sitemap for your Kunstmaan bundles website based on its Nodes

10111.3k1](/packages/kunstmaan-sitemap-bundle)

PHPackages © 2026

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