makinacorpus / db-tools-bundle
A set of Symfony commands to dump/restore/anonymize database
Installs: 13 184
Dependents: 1
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-2.0-configuration-improvements-proto
- dev-next-doc
- dev-187-ci-fix-mssql-job
- dev-docs-update
- 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-15 16:58:22 UTC
README
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 GDPR-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.
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.