ld-web / php-faker-clothing
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 3
pkg:composer/ld-web/php-faker-clothing
Requires
- fakerphp/faker: ^1.22
Requires (Dev)
- symfony/var-dumper: ^3.3.9
This package is not auto-updated.
Last update: 2025-10-11 00:07:48 UTC
README
A clothing provider for fakerphp/faker
Forked and upgraded to PHP8 from rauwebieten/php-faker-clothing
Installation
Install with composer.
Add to your composer.json file:
{ "require": { "ld-web/php-faker-clothing": "^1.0" } }
Usage
<?php $faker = \Faker\Factory::create(); $faker->addProvider(new \LdWeb\PhpFakerClothing\Clothing($faker)); echo $faker->clothing() . PHP_EOL;
See the examples folder for more information
Example result
See examples/output/example.md for 100 generated rows
Why do you needs this?
To fill a e-commerce database with fake data? See fakerphp/faker