makinacorpus/db-tools-bundle

A set of Symfony commands to dump/restore/anonymize database

Installs: 13 734

Dependents: 2

Suggesters: 0

Security: 0

Stars: 181

Watchers: 6

Forks: 15

Open Issues: 26

Type:symfony-bundle

1.2.1 2024-06-14 14:29 UTC

README

Coding standards Static Analysis Documentation build Continuous Integration

DbToolsBundle

A PHP tool to backup, restore and anonymize databases

  • Backup: Backup your database and manage your dumps with a simple command.
  • Restore: Easily restore a previous dump of your database.
  • Anonymize: Set up database anonymization with a simple YAML configuration file.
  • Set up a GDPR-friendly workflow: Make it easier to follow GDPR best practices when importing production dump to other environments.
  • Easily use it with Symfony: autoconfiguration and anomyization with PHP attributes on Doctrine Entities

Installation

DbToolsBundle requires PHP 8.1 or higher. Run the following command to install it in your PHP application:

composer require makinacorpus/db-tools-bundle

Documentation

Read DbToolsBundle documentation on Read the Docs.

Contributing

The DbToolsBundle is an Open Source project, if you want to help check out the contribute page on the documentation.

Licence

This software is published under the MIT License.