magefaker icon indicating copy to clipboard operation
magefaker copied to clipboard

🔧 Generate dummy customers for Magento

Generate fake test data for Magento

MageFaker is a tool for creating a bunch of bogus customer accounts on a Magento installation using realistic, yet fake, customer data.

image

### Installation

git clone https://github.com/punkstar/magefaker.git ~/magefaker
cd ~/magefaker
composer install
echo "alias magefaker=~/magefaker/bin/magefaker" >> ~/.zshrc

Usage

The following command will create 300 fake customer accounts for the Magento installation at ~/Sites/my/magento/root.

magefaker --magento ~/Sites/my/magento/root 300