swiftotter / driver-magento2
The basic set of configurations for transforming Magento 2 databases using Driver
v3.0.0
2023-02-17 14:41 UTC
Requires
Requires (Dev)
- dev-master
- v3.0.0
- v3.0.0-beta.2
- v3.0.0-beta
- v3.0.0-alpha
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- 1.0.1
- v1.0
- dev-3.0-develop
- dev-42-code-cleanup
- dev-25-documentation-enhancements
- dev-34-dependency-bump
- dev-24-smarter-anonymization
- dev-21-config-loading-issue
- dev-29-change-of-config-folder
- dev-SO-Driver-29
This package is not auto-updated.
Last update: 2025-01-08 06:29:15 UTC
README
The basic set of configurations for transforming Magento 2 databases using Driver.
Description
This package consists of basic set of configurations for transforming Magento 2 databases using Driver. It includes
anonymization set-up for all customer data, and connection set-up for importing sandboxes. You don't need to specify
MySQL credentials of target database - it will be taken automatically from your app/etc/env.php
.
For more information about how Driver works, see https://github.com/swiftotter/driver.
Getting Started
Installation
composer require swiftotter/driver-magento2
Configuration
Please follow the documentation of Driver.