File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66-----
77[ ![ Build Status (development)] ( https://travis-ci.org/integer-net/Anonymizer.svg?branch=development )] ( https://travis-ci.org/integer-net/Anonymizer ) [ ![ Scrutinizer Code Quality (development] ( https://scrutinizer-ci.com/g/integer-net/Anonymizer/badges/quality-score.png?b=development )] ( https://scrutinizer-ci.com/g/integer-net/Anonymizer/?branch=development )
88
9- - version: 2.0.0-rc1
9+ - version: 2.0.0-rc2
1010- extension key: integer-net/anonymizer
1111- [ extension on GitHub] ( https://github.com/integer-net/Anonymizer )
1212- [ direct download link] ( https://github.com/integer-net/Anonymizer/archive/master.zip )
1313
14- Description
14+ Usage
1515-----------
16- This paragraph describes what the extension does.
16+ Run the anonymizer via command line:
17+
18+ cd shell
19+ php anonymizer.php
20+
21+ To display progress in real time:
22+
23+ php anonymizer.php --progress
24+
25+ To only update the progress display every 100 entities:
26+
27+ php anonymizer.php --progress 100
28+
29+ If you have n98-magerun installed, you can also use this command:
30+
31+ n98-magerun db:anonymize
1732
1833Requirements
1934------------
20- - PHP >= 5.3.0
35+ - PHP >= 5.4
2136- [ Faker] ( https://github.com/fzaninotto/faker )
2237- [ Magento-PSR-0-Autoloader] ( https://github.com/magento-hackathon/Magento-PSR-0-Autoloader )
2338
2439Compatibility
2540-------------
26- - Magento CE >= 1.9
27- - Magento EE >= 1.14
41+ - Magento CE 1.7, 1.8, 1.9
42+ - Magento EE 1.12, 1.13, 1.14
2843
2944Installation Instructions
3045-------------------------
Original file line number Diff line number Diff line change 2424 "repositories" : [
2525 {
2626 "type" : " composer" ,
27- "url" : " http ://packages.firegento.com"
27+ "url" : " https ://packages.firegento.com"
2828 }
2929 ],
3030 "authors" :[
31- {
32- "name" :" Andreas von Studnitz" ,
33- "email" :" avs@integer-net.de"
34- },
3531 {
3632 "name" :" Fabian Schmengler" ,
3733 "email" :" fs@integer-net.de"
You can’t perform that action at this time.
0 commit comments