Skip to content

Releases: mattwells/faker-vehicle

United States License Plate Support

26 Apr 10:54
Compare
Choose a tag to compare
$faker = \Faker\Factory::create();
$faker->addProvider(new \MattWells\Faker\Vehicle\Provider($faker));

echo $faker->vehicleLicensePlate; // 8BE V34

v1.0

15 Aug 10:01
2ec870a
Compare
Choose a tag to compare
Add Packagist Support