Home

Awesome

Driver: Magento 2 Transformations

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.