Download the PHP package addeos/anonymize without Composer

On this page you can find all versions of the php package addeos/anonymize. 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 anonymize

Addeos Anonymize Extension User Guide

A magento 2 module that let you anonymize the private data that are present in your MySql database using a specific CLI command.

Table of Contents

  1. Introduction
  2. Installation
  3. Enabling the extension
  4. Configuration
  5. CLI command
  6. List of tables anonymized
  7. Running in developer mode
  8. Running in Force mode (production)
  9. Troubleshooting
  10. Support and contact

Introduction

The Addeos Anonymize Extension is designed to help Magento store owners comply with GDPR regulations by providing a simple and efficient way to anonymize sensitive customer data on local environments. This extension ensures that personal information in specified database tables is anonymized, making it suitable for development and testing environments.

Installation

To install the Addeos Anonymize Extension, follow these steps:

Enabling the Extension

After installation, enable the extension using the following command:

Configuration

A new configuration section Addeos > Anonymize is visible in BO.

In that section, you will find a few fields that will allow you to define which tables and which tables will be anonymized.

Some default values are set.

The tables that will be anonymized can be configured.

All different types of columns that will be anonymized can be configured.

The generic strings type columns : The phone columns : The password type columns : The email type columns : The IP type columns :

CLI Command

Once the extension is enabled, a new CLI command becomes available:

Use this command to initiate the anonymization process.

List of Tables Anonymized

The Addeos Anonymize Extension anonymizes data in the following database tables:

Ensure that you have a backup of your data before running the anonymization process.

Running in Developer Mode

The extension can only be executed on a Magento installation in developer mode. Ensure that your Magento environment is set to developer mode before running the anonymization command.

Logs are available in a log file named addeos-anonymize.log.

Running in Force Mode (Production)

In a production environment, you can run the extension in force mode by adding the -f or --force parameter to the command:

Note: Exercise caution when using force mode on a production Magento installation, and always have a backup of your data.

Troubleshooting

If you encounter any issues during installation or usage, consider the following troubleshooting steps:

Support and Contact

For any further assistance, reach out to our support team at [email protected]. We are here to help you with any questions or concerns regarding the Addeos Anonymize Extension.

Thank you for choosing Addeos to enhance your Magento experience!


All versions of anonymize with dependencies

PHP Build Version
Package Version
Requires php Version ~7.4||8.*
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 addeos/anonymize contains the following files

Loading the files please wait ....