Download the PHP package alister/faker-extensions without Composer
On this page you can find all versions of the php package alister/faker-extensions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package faker-extensions
Faker extensions
Available extensions
- Skills - available as array (via skills($qty)) and skillsString($qty)
- LondonDistricts - returns a single london district name
Use
use Alister\Faker\Provider\LondonDistricts;
// and in the code:
$faker = Faker\Factory::create('en_GB');
$faker->addProvider(new FakeSkills($faker));
$faker->addProvider(new LondonDistricts($faker));
They can also be used via the BazingaFakerBundle
faker.provider.london_districts:
class: Alister\Faker\Provider\LondonDistricts
arguments: [@faker.generator]
tags:
- { name: bazinga_faker.provider }
All versions of faker-extensions with dependencies
PHP Build Version
Package Version
The package alister/faker-extensions contains the following files
Loading the files please wait ....