Download the PHP package redpandacoding/fakealfred without Composer
On this page you can find all versions of the php package redpandacoding/fakealfred. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download redpandacoding/fakealfred
More information about redpandacoding/fakealfred
Files in redpandacoding/fakealfred
Download redpandacoding/fakealfred
More information about redpandacoding/fakealfred
Files in redpandacoding/fakealfred
Vendor redpandacoding
Package fakealfred
Short Description FakeAlfred is a PHP library that will generate fake data for you. Utilizing fzaninotto/faker and knpuniversity/lorem-ipsum-bundle
License MIT
Package fakealfred
Short Description FakeAlfred is a PHP library that will generate fake data for you. Utilizing fzaninotto/faker and knpuniversity/lorem-ipsum-bundle
License MIT
Please rate this library. Is it a good library?
Informations about the package fakealfred
FakeAlfred
Dry Bulk Material names generated using fzaninotto/Faker
Installation
Add FakeAlfred library to your composer.json
file:
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
All versions of fakealfred with dependencies
PHP Build Version
Package Version
The package redpandacoding/fakealfred contains the following files
Loading the files please wait ....