PHPackages                             richardhj/privacy-dump-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. richardhj/privacy-dump-bundle

ActiveBundle[Database &amp; ORM](/categories/database)

richardhj/privacy-dump-bundle
=============================

A symfony bundle to create anonymized database dumps

02.3k1PHP

Since Dec 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/richardhj/privacy-dump-bundle)[ Packagist](https://packagist.org/packages/richardhj/privacy-dump-bundle)[ RSS](/packages/richardhj-privacy-dump-bundle/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

[![](/docs/logo.svg)](/docs/logo.svg)

Create purged and anonymized MySQL database dumps

About
-----

[](#about)

This Symfony bundle provides utilities for creating anonymized database dumps.

It is the equivalent of `mysqldump`, with additional features, at the cost of performance (PHP implementation). The main purpose of this tool is to create anonymized dumps, in order to comply with GDPR regulations.

This Symfony bundle complements .

Features
--------

[](#features)

- Data converters (transform the data before it is dumped to the file)
- Table filtering
- Tables include list (only these tables will be included in the dump)
- Tables exclude list (not included in the dump)

Installation
------------

[](#installation)

```
composer require richardhj/privacy-dump-bundle
```

Configuration
-------------

[](#configuration)

```
richardhj_privacy_dump:
  database:
    prod: #
