All Projects → integer-net → Anonymizer

integer-net / Anonymizer

Anonymizes Magento Customer and Order data

Projects that are alternatives of or similar to Anonymizer

Module Rocketjavascript
Stars: ✭ 37 (-19.57%)
Mutual labels:  magento, magento-extension
magento-1
PAYONE Payment Extension for Magento 1
Stars: ✭ 19 (-58.7%)
Mutual labels:  magento, magento-extension
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (+2.17%)
Mutual labels:  magento, magento-extension
Magento1 Sl Si
🇸🇮 Magento 1 Slovenian translations
Stars: ✭ 5 (-89.13%)
Mutual labels:  magento, magento-extension
app-search-magento
A first party module to integrate Elastic App Search in Magento 2.
Stars: ✭ 25 (-45.65%)
Mutual labels:  magento, magento-extension
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (-2.17%)
Mutual labels:  magento, magento-extension
magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (+21.74%)
Mutual labels:  magento, magento-extension
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (-50%)
Mutual labels:  magento, magento-extension
Spranks StorePickup
This extension provides a new, simple shipping method "Store Pickup".
Stars: ✭ 13 (-71.74%)
Mutual labels:  magento, magento-extension
apiplus-magento
Make your Magento API integration easier for third parties with this module.
Stars: ✭ 16 (-65.22%)
Mutual labels:  magento, magento-extension
Magento2 Form Field Manager
Customer and Address Form Fields Manager for Magento2
Stars: ✭ 21 (-54.35%)
Mutual labels:  magento, magento-extension
magento-address-autocomplete
A Magento module that uses the Google Places API to populate the address fields on the checkout.
Stars: ✭ 14 (-69.57%)
Mutual labels:  magento, magento-extension
module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (+10.87%)
Mutual labels:  magento, magento-extension
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (-23.91%)
Mutual labels:  magento, magento-extension
config-extension
Magento extension that improves config system
Stars: ✭ 20 (-56.52%)
Mutual labels:  magento, magento-extension
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (-13.04%)
Mutual labels:  magento, magento-extension
magento
Free PWA & SPA for Magento
Stars: ✭ 34 (-26.09%)
Mutual labels:  magento, magento-extension
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (-63.04%)
Mutual labels:  magento, magento-extension
magento-jobqueue
A database backed asynchronous job queue for Magento
Stars: ✭ 52 (+13.04%)
Mutual labels:  magento, magento-extension
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (-34.78%)
Mutual labels:  magento, magento-extension

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].