{"id":13518355,"url":"https://github.com/makinacorpus/DbToolsBundle","last_synced_at":"2025-03-31T09:31:28.924Z","repository":{"id":207593516,"uuid":"719611352","full_name":"makinacorpus/DbToolsBundle","owner":"makinacorpus","description":"A PHP library to back up, restore and anonymize databases","archived":false,"fork":false,"pushed_at":"2025-03-12T10:15:48.000Z","size":1713,"stargazers_count":194,"open_issues_count":28,"forks_count":15,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-25T21:03:33.369Z","etag":null,"topics":["anonymization","anonymization-api","data-anonymization","database","docker-image","gdpr","laravel","laravel-package","php","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"https://dbtoolsbundle.readthedocs.io","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makinacorpus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-16T14:33:17.000Z","updated_at":"2025-03-25T17:57:32.000Z","dependencies_parsed_at":"2023-12-04T13:39:10.889Z","dependency_job_id":"43caf3ff-8c75-4ac5-8b1a-0b9d02b67fb5","html_url":"https://github.com/makinacorpus/DbToolsBundle","commit_stats":{"total_commits":278,"total_committers":13,"mean_commits":"21.384615384615383","dds":"0.38129496402877694","last_synced_commit":"c664b4987c4d2479b7d4eb4eb171dd360d8f3c5e"},"previous_names":["makinacorpus/db-tools-bundle"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makinacorpus%2FDbToolsBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makinacorpus%2FDbToolsBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makinacorpus%2FDbToolsBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makinacorpus%2FDbToolsBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makinacorpus","download_url":"https://codeload.github.com/makinacorpus/DbToolsBundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246446925,"owners_count":20778893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anonymization","anonymization-api","data-anonymization","database","docker-image","gdpr","laravel","laravel-package","php","symfony","symfony-bundle"],"created_at":"2024-08-01T05:01:43.908Z","updated_at":"2025-03-31T09:31:28.918Z","avatar_url":"https://github.com/makinacorpus.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"[![Coding standards](https://github.com/makinacorpus/db-tools-bundle/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/makinacorpus/db-tools-bundle/actions/workflows/coding-standards.yml) [![Static Analysis](https://github.com/makinacorpus/db-tools-bundle/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/makinacorpus/db-tools-bundle/actions/workflows/static-analysis.yml) [![Documentation build](https://github.com/makinacorpus/DbToolsBundle/actions/workflows/docs-build.yml/badge.svg)](https://github.com/makinacorpus/DbToolsBundle/actions/workflows/docs-build.yml) [![Continuous Integration](https://github.com/makinacorpus/DbToolsBundle/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/makinacorpus/DbToolsBundle/actions/workflows/continuous-integration.yml)\n\n\n# DbToolsBundle\nA PHP tool to back up, restore and anonymize databases\n\n\u003cp align=\"center\" style=\"margin: auto\"\u003e\n    \u003ca href=\"https://dbtoolsbundle.readthedocs.io/\" target=\"_blank\"\u003e\n        \u003cimg style=\"height:160px;\" src=\"/docs/content/public/logo.svg\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n* **[Back up](https://dbtoolsbundle.readthedocs.io/en/stable/backup_restore.html#backup-command)**: Back up your database and manage your dumps with a simple command.\n* **[Restore](https://dbtoolsbundle.readthedocs.io/en/stable/backup_restore.html#restore-command)**: Easily restore a previous dump of your database.\n* **[Anonymize](https://dbtoolsbundle.readthedocs.io/en/stable/anonymization/essentials.html)**: Set up database anonymization with a simple YAML configuration file.\n* [Set up a **GDPR-friendly** workflow](https://dbtoolsbundle.readthedocs.io/en/stable/anonymization/workflow.html): Make it easier to follow GDPR best practices when importing production dump to other environments.\n* Easily use it with Symfony: autoconfiguration and anomyization with PHP attributes on Doctrine Entities\n\n## Installation\n\nDbToolsBundle requires PHP 8.1 or higher. Run the following command to install it in your PHP application:\n\n```sh\ncomposer require makinacorpus/db-tools-bundle\n```\n\n## Documentation\n\nRead [DbToolsBundle documentation](https://dbtoolsbundle.readthedocs.io/) on Read the Docs.\n\n## Contributing\n\nThe DbToolsBundle is an Open Source project, if you want to help check out the [contribute page on the documentation](https://dbtoolsbundle.readthedocs.io/en/stable/contribute/contribute.html).\n\n## Licence\n\nThis software is published under the [MIT License](./LICENCE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakinacorpus%2FDbToolsBundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakinacorpus%2FDbToolsBundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakinacorpus%2FDbToolsBundle/lists"}