Skip to content

redpandacoding/FakeAlfred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeAlfred

Dry Bulk Material names generated using fzaninotto/Faker

Installation

Add FakeAlfred library to your composer.json file:

composer require redpandacoding/fakealfred

Usage

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

<?php

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages