2017 © Pedro Peláez
 

library php-faker-clothing

image

rauwebieten/php-faker-clothing

  • Saturday, December 9, 2017
  • by rauwebieten
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHP Faker clothing

A clothing provider for fzaninotto/faker, (*1)

Installation

Install with composer.
Add to your composer.json file:, (*2)

{
  "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, (*3)

Example result

See examples/output/example.md for 100 generated rows, (*4)

Why do you needs this?

To fill a e-commerce database with fake data? See fzaninotto/faker, (*5)

The Versions

09/12 2017

dev-master

9999999-dev

  Sources   Download

The Requires

 

The Development Requires

09/12 2017

1.0.0

1.0.0.0

  Sources   Download

The Requires

 

The Development Requires