Download the PHP package magenizr/magento2-faker without Composer
On this page you can find all versions of the php package magenizr/magento2-faker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download magenizr/magento2-faker
More information about magenizr/magento2-faker
Files in magenizr/magento2-faker
Package magento2-faker
Short Description Create customer accounts for your developer and testing team, including a password, billing and shipping address. Waste no more time with creating test accounts over and over again, especially on multi-store environments.
License OSL-3.0
Informations about the package magento2-faker
Faker
Create customer accounts for your developer and testing team, including a password, billing and shipping address. Faker will provide you the login credentials right away, so that your team can start using the customer accounts.
Waste no more time with creating test accounts over and over again, especially on multi-store environments.
Features
- Create customers including shipping and billing address based on provided CSV file
- Delete customers ( including test orders ) once you are done with testing
- Use a custom CSV file with your login credentials, shipping details for your team. Copy the file from
Data/customers.csv
and use it as a template.
Usage
Simply go to Stores > Configuration > Advanced > Developer > Faker
and enable the module. Enter the path of your CSV file ( relatively from your document root ) or leave it blank to use the sample CSV file that comes with the module.
The following options are available.
--action create|delete
( Default: create )--limit
( Default: 5 )--columns first_name,last_name,email etc.
( Default: first_name,last_name,email )--filter email=%hotmail.com
For example:
System Requirements
- Magento 2.3.x, 2.4.x
- PHP 5.6.x, 7.x
Installation (Composer)
- Update your composer.json
composer require "magenizr/magento2-faker":"1.0.0" --no-update
-
Install dependencies and update your composer.lock
composer update --lock
- Enable the module and clear static content.
Installation (Manually)
- Download the code.
- Extract the downloaded tar.gz file. Example:
tar -xzf Magenizr_Faker_1.0.0.tar.gz
. - Copy the code into
./app/code/Magenizr/Faker/
. - Enable the module and clear static content.
Support
If you experience any issues, don't hesitate to open an issue on Github or email us at [email protected].
Purchase
This module is available for free on GitHub. Feel free to support us on Patreon. Reach us out at [email protected] if you need a database with up to 1 million fake customer accounts and addresses for test purposes.
Contact
Follow us on GitHub, Twitter and Facebook.
History
===== 1.0.0 =====
- First release
Roadmap
- Set custom CSV file via CLI ( e.g
--file path/to/file.csv
) - Signup for newsletter