Download the PHP package druidfi/drush-gdpr-dumper without Composer

On this page you can find all versions of the php package druidfi/drush-gdpr-dumper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package drush-gdpr-dumper

Drush GDPR Dumper

A drop-in replacement for drush sql-dump that optionally sanitizes DB fields for better GDPR conformity.

It is based on the druidfi/gdpr-mysqldump library, and can in principle dump any database that PDO supports.

Install

Require druidfi/gdpr-mysqldump with Composer:

Enable the module in Drupal UI or with Drush:

Drush

If you want to create a sql dump on live servers for local purposes (as a developer, themer, ...), you should use following command:

instead of

drush sql-dump-gdpr will automatically strip all GDPR related data from the sql dump to help you be GDPR compliant YO!

Configuration

In settings.php you can do the override configuration like this:

This module can be configured by editing the gdpr_dumper.settings.yml file.

druidfi/gdpr-mysqldump contains more info about the gdpr-expressions and gdpr-replacement options.

Faker documentation lists all available formatters.

Events

The module dispatches two events:

This allows developers to alter the expressions and replacements through event subscribers on run-time

Happy GDPR'ing!

Forked from

This tool is a fork if robiningelbrecht/drush-gdpr-dumper.

License

This component is under the GPL2 license. See the complete license in the LICENSE file.

Other information

This project can be found from the Packagist: https://packagist.org/packages/druidfi/drush-gdpr-dumper


All versions of drush-gdpr-dumper with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
druidfi/gdpr-mysqldump Version ^1.2.2
drush/drush Version ^12.0
drupal/core-recommended Version ^10
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package druidfi/drush-gdpr-dumper contains the following files

Loading the files please wait ....