rauwebieten / php-faker-clothing
There is no license information available for the latest version (1.0.0) of this package.
1.0.0
2017-12-09 10:44 UTC
Requires
- fzaninotto/faker: ^1.7
Requires (Dev)
- symfony/var-dumper: ^3.3.9
This package is auto-updated.
Last update: 2025-02-15 20:40:43 UTC
README
A clothing provider for fzaninotto/faker
Installation
Install with composer.
Add to your composer.json file:
{ "require": { "rauwebieten/php-faker-clothing": "^1.0" } }
Usage
<?php $faker = \Faker\Factory::create(); $faker->addProvider(new \RauweBieten\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 fzaninotto/faker