MageFaker is a tool for creating a bunch of bogus customer accounts on a Magento installation using realistic, yet fake, customer data.
###Â Installation
git clone https://github.com/punkstar/magefaker.git ~/magefaker
cd ~/magefaker
composer install
echo "alias magefaker=~/magefaker/bin/magefaker" >> ~/.zshrc
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