Skip to content

buro71a/Anonymizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anonymizer

Anonymizes all Customer Data

Facts

Description

The extension anonymizes customer data from the following data objects:

  • Customers
  • Customers Addresses
  • Orders
  • Order Addresses
  • Quotes
  • Quote Addresses
  • Newsletter Subscribers

Data is taken from http://fakester.biz.

Zipcode, City, State and Country aren't anonymized so shipping and tax calculations still work correctly.

Relations stay intact, so customer addresses and order addresses still match the customer data after anonymization.

Requirements

  • PHP >= 5.2.0
  • Mage_Core
  • Mage_Customer
  • Mage_Sales
  • Mage_Newsletter

Compatibility

  • Magento >= 1.4

Installation Instructions

  1. Download the extension from the link above and copy all the files into your document root (except this readme.txt).
  2. Clear the cache, logout from the admin panel and then login again.
  3. Call the extension from System -> Tools -> Anonymizer.
  4. Alternatively, call the extension via shell: php -f shell/anonymizer.php

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

Andreas von Studnitz

http://www.integer-net.de

@avstudnitz

@integer_net

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2012 integer_net GmbH

About

Anonymizes Magento Customer and Order data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.9%
  • HTML 6.1%