dtrucs / DbToolsBundle

a set of Symfony Console Commands to interact with your database

Home Page:https://dbtoolsbundle.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding standards Static Analysis Documentation build Continuous Integration

DbToolsBundle

A set of Symfony Console Commands to interact with your database

  • 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 PHP attributes on Doctrine Entities or with a YAML configuration file.
  • Set up a GRDP-friendly workflow: Make it easier to follow GDPR best practices when importing production dump to other environments.

Installation

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

composer require makinacorpus/db-tools-bundle

Documentation

Read DbToolsBundle documentation on Read the Docs.

Licence

This software is published under the MIT License.

About

a set of Symfony Console Commands to interact with your database

https://dbtoolsbundle.readthedocs.io

License:MIT License


Languages

Language:PHP 96.5%Language:Shell 2.6%Language:Dockerfile 0.9%