Giter VIP home page Giter VIP logo

anonymizer's Introduction

IntegerNet_Anonymizer

This module allows anonymizing customer data in a sensible way. It uses dummy data provided by Faker and maintains associations like customer address <=> order address.

Facts

Branch Build Status Code Quality
master Build Status (master) Scrutinizer Code Quality (master
development Build Status (development) Scrutinizer Code Quality (development

Usage

Run the anonymizer via command line:

cd shell
php anonymizer.php

To display progress in real time:

php anonymizer.php --progress

To only update the progress display every 100 entities:

php anonymizer.php --progress 100

If you have n98-magerun installed, you can also use this command:

n98-magerun db:anonymize

Be aware that the process will run very long if you have more than a few thousand orders. Consider deleting old sales data first.

asciicast

Requirements

Compatibility

  • Magento CE 1.7, 1.8, 1.9
  • Magento EE 1.12, 1.13, 1.14

Installation Instructions

  1. Install via composer: composer require integer-net/anonymizer

  2. Configure Magento-PSR-0-Autoloader to use the composer autoloader. Add this to the global node of your app/etc/local.xml:

     <composer_vendor_path><![CDATA[{{root_dir}}/vendor]]></composer_vendor_path>
    

Alternatively download the archive from the Github release page and extract it into your installation. It contains the Faker library and no additional configuration is required.

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Fabian Schmengler, integer_net GmbH

Twitter: @fschmengler @integer_net

Licence

OSL - Open Software Licence 3.0

Copyright

© 2015 integer_net GmbH

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.