WP Manifestindependent plugin directory
manifest / ecommerce / woocommerce-demo-generator

WooCommerce Demo Generator

WooCommerce Product / Order generator for demos / testing

by Human Made · github.com/humanmade/woocommerce-demo-generator · website

1stars
3composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/humanmade/woocommerce-demo-generator/archive/refs/heads/main.zip

Also on Packagist as humanmade/woocommerce-demo-generator:

composer require humanmade/woocommerce-demo-generator

From the readme

WooCommerce Demo Generator Lightweight WP-CLI tool for generating demo products and orders in WooCommerce using Faker. Maintained by Human Made, created by Claude Code. Requirements PHP 8.0+ WordPress 6.0+ WooCommerce 8.0+ Installation Install via Composer: Then activate the plugin: Generating Products Generate demo products with realistic names, descriptions, prices, and stock levels: Products are distributed across 8 categories: Electronics, Clothing, Home & Garden, Sports & Outdoors, Beauty & Health, Books & Media, Toys & Games, and Food & Beverages. Options | Option | Description | Default | |--------|-------------|---------| | --count= | Number of products to generate | 100 | | --category= | Limit to specific category | All | | --no-images | Skip placeholder image downloads | false | | --batch-size= | Products per batch before cache clear | 100 | Examples Available Categories View available categories with their configuration: | Slug | Name | Price Range | |------|------|-------------| | electronics | Electronics | $20 - $2,000 | | clothing | Clothing | $15 - $300 | | home-garden | Home & Garden | $10 - $500 | | sports | Sports & Outdoors | $13 - $600 | | be

Read the full README on GitHub →