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
Requires
- php: >=8.1
- doctrine/doctrine-bundle: ^2.10.0
- makinacorpus/query-builder: ^1.6.1
- symfony/config: ^6.0|^7.0
- symfony/console: ^6.0|^7.0
- symfony/dependency-injection: ^6.0|^7.0
- symfony/filesystem: ^6.0|^7.0
- symfony/finder: ^6.0|^7.0
- symfony/options-resolver: ^6.0|^7.0
- symfony/password-hasher: ^6.0|^7.0
- symfony/process: ^6.0|^7.0
- symfony/yaml: ^6.0|^7.0
Requires (Dev)
- doctrine/orm: ^2.15|^3.0
- friendsofphp/php-cs-fixer: ^3.34
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.4
- symfony/framework-bundle: ^6.0|^7.0
- symfony/validator: ^6.3|^7.0
- dev-main
- 1.2.x-dev
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.x-dev
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-no-issue-cleanup-deprecated
- dev-2.0-configuration-improvements-proto
- dev-2.0-configuration-improvements
- dev-issue-165-anonymizer-registry
- dev-no-issue-remove-mysql-57
- dev-no-issue-some-fixes
This package is auto-updated.
Last update: 2024-11-21 12:10:28 UTC
README
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.