PHPackages                             ordermarket/faker-vehicle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ordermarket/faker-vehicle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ordermarket/faker-vehicle
=========================

Faker provider for vehicles

v1.2(5y ago)02.8k↓33.3%MITPHP

Since Aug 15Pushed 5y agoCompare

[ Source](https://github.com/ordermarket/faker-vehicle)[ Packagist](https://packagist.org/packages/ordermarket/faker-vehicle)[ RSS](/packages/ordermarket-faker-vehicle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Faker Vehicle Provider
======================

[](#faker-vehicle-provider)

A provider for [Faker](https://github.com/fzaninotto/Faker#faker-internals-understanding-providers) to generate random vehicle makes &amp; models as well as [UK registration plate](https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_the_United_Kingdom,_Crown_dependencies_and_overseas_territories#Current_system) and [US license plate](https://en.wikipedia.org/wiki/United_States_license_plate_designs_and_serial_formats#Current_standard-issue_passenger_plate_designs_and_serial_formats).

Install
-------

[](#install)

Install this package via composer

```
composer require ordermarket/faker-vehicle

```

Finally you need to add the provider to Faker

```
$faker = \Faker\Factory::create();
$faker->addProvider(new \OrderMarket\Faker\Vehicle\Provider($faker));
```

Usage
-----

[](#usage)

```
echo $faker->vehicleMake;         // Nissan
echo $faker->vehicleModel;        // C Class
echo $faker->vehicleModel('BMW'); // 3 Series

// UK Registration Plate
echo $faker->vehicleRegistration; // XA13 LYE

// US License Plate
echo $faker->vehicleLicensePlate; // 8BE V34
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~422 days

Total

3

Last Release

1984d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3035207?v=4)[Mike Brown](/maintainers/m1kfb)[@m1kfb](https://github.com/m1kfb)

---

Top Contributors

[![mattwells](https://avatars.githubusercontent.com/u/507858?v=4)](https://github.com/mattwells "mattwells (3 commits)")

### Embed Badge

![Health badge](/badges/ordermarket-faker-vehicle/health.svg)

```
[![Health](https://phpackages.com/badges/ordermarket-faker-vehicle/health.svg)](https://phpackages.com/packages/ordermarket-faker-vehicle)
```

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[pablorsk/argentina-data-generator

Argentina data generator for CUIT and CBU numbers

1323.7k](/packages/pablorsk-argentina-data-generator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
