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

ActiveSymfony-bundle

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 yesterday

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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

2840d 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

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[forkcms/forkcms

Fork is an open source CMS that will rock your world.

1.2k44.5k](/packages/forkcms-forkcms)[kunstmaan/admin-bundle

The Kunstmaan Admin bundle supplies your project with a basic, elegant backend interface you can modify and extend so you can make your perfect admin module. The clean interface makes it straightforward for you and the people working with it to change settings and modify content.

58149.5k20](/packages/kunstmaan-admin-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

13150.5k6](/packages/kunstmaan-utilities-bundle)[kunstmaan/adminlist-bundle

Every website contains several lists of content ranging from articles on a blog, to drop down values. The KunstlaanAdminListBundles takes CRUD a step further by supplying filtering, exports to csv and editing capabilities to these content entities.

20149.6k16](/packages/kunstmaan-adminlist-bundle)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)

PHPackages © 2026

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