PHPackages                             orange-rt/anonymize-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. [Database &amp; ORM](/categories/database)
4. /
5. orange-rt/anonymize-bundle

AbandonedSymfony-bundle[Database &amp; ORM](/categories/database)

orange-rt/anonymize-bundle
==========================

A bundle to anonymize sensitive database data

0.1.0(8y ago)54.3k2[1 issues](https://github.com/OrangeRT/AnonymizeBundle/issues)MITPHP

Since Oct 18Pushed 6y ago2 watchersCompare

[ Source](https://github.com/OrangeRT/AnonymizeBundle)[ Packagist](https://packagist.org/packages/orange-rt/anonymize-bundle)[ RSS](/packages/orange-rt-anonymize-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (10)Versions (2)Used By (0)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/48c481f752111e1a80ef70343cad0f63d440d0607caeef61c6d6f6418fe0fecb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4f72616e676552542f416e6f6e796d697a6542756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/OrangeRT/AnonymizerBundle/?branch=master)

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require orange-rt/anonymize-bundle "^0.1.0"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
