2017 © Pedro Peláez
 

library fakealfred

FakeAlfred is a PHP library that will generate fake data for you. Utilizing fzaninotto/faker and knpuniversity/lorem-ipsum-bundle

image

redpandacoding/fakealfred

FakeAlfred is a PHP library that will generate fake data for you. Utilizing fzaninotto/faker and knpuniversity/lorem-ipsum-bundle

  • Thursday, May 31, 2018
  • by redpandacoding
  • Repository
  • 1 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 633 % Grown

The README.md

FakeAlfred

Dry Bulk Material names generated using fzaninotto/Faker, (*1)

Installation

Add FakeAlfred library to your composer.json file:, (*2)

composer require redpandacoding/fakealfred

Usage

To use this with Faker, you must add the Fake\Alfred\Provider\Material class to the Faker generator:, (*3)

```php <?php, (*4)

$faker = \Faker\Factory::create(); $faker->addProvider(new \Fake\Alfred\Provider\Material($faker));, (*5)

// Generator $faker->materialName(); // A random Material Name, (*6)

The Versions

31/05 2018

dev-master

9999999-dev

FakeAlfred is a PHP library that will generate fake data for you. Utilizing fzaninotto/faker and knpuniversity/lorem-ipsum-bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jordan Wamser

11/05 2018

v0.1.0

0.1.0.0

FakeAlfred is a PHP library that will generate fake data for you. Utilizing fzaninotto/faker and knpuniversity/lorem-ipsum-bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jordan Wamser