agranjeon / magento2-faker
Faker module for Magento2
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.0.0|~7.1.0|~7.2.0
- magento/framework: >=100.0.1
Requires (Dev)
- fzaninotto/faker: ^1.8
This package is auto-updated.
Last update: 2025-07-29 02:16:02 UTC
README
The purpose of this module is to generate loads of fake data to be able to test performance
It can be used in addition to the magento sample-data, as they only provide products, but not many customers and orders
Roadmap :
- Optimize product generation
- Retrieve available attribute set for product type and use a random one
- Fill attribute set's attributes values
- Generate configurable products
- Generate bundle products