PHPackages                             carlwhittick/vehicle.faker - 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. carlwhittick/vehicle.faker

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

carlwhittick/vehicle.faker
==========================

A PHPFaker provider for vehicles

v1.0.0(2y ago)133MITPHPPHP ^8.2

Since Apr 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/carlwhittick/vehicle.faker)[ Packagist](https://packagist.org/packages/carlwhittick/vehicle.faker)[ RSS](/packages/carlwhittick-vehiclefaker/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

[![Contributors](https://camo.githubusercontent.com/b6bc46d3e1b41d7c09bed9be1f80464790166c580b314ebd30a08804228e7f33/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f6361726c776869747469636b2f76656869636c652e66616b65722e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/carlwhittick/vehicle.faker/graphs/contributors)[![Forks](https://camo.githubusercontent.com/8dabc7eb1f885d20aab84fd7684f1aff4586a2dd42f75180596f5bb07c8dd085/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6361726c776869747469636b2f76656869636c652e66616b65722e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/carlwhittick/vehicle.faker/network/members)[![Stargazers](https://camo.githubusercontent.com/5563f703d946e5f1cbe7421b667571daf35384b95454b901e3f5d7bacd4ce99f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6361726c776869747469636b2f76656869636c652e66616b65722e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/carlwhittick/vehicle.faker/stargazers)[![Issues](https://camo.githubusercontent.com/b3e818a93ae0cc89f9b77c1c9f429e46f5ce67c78749e8d6d7de4dc8c14914f8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6361726c776869747469636b2f76656869636c652e66616b65722e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/carlwhittick/vehicle.faker/issues)[![MIT License](https://camo.githubusercontent.com/52adc2d80226f653bcc1ae9d7a6f5f0747d883b3d1b24601d71fa244f1116744/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6361726c776869747469636b2f76656869636c652e66616b65722e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/carlwhittick/vehicle.faker/blob/master/LICENSE)

 [ ![Vehicle.Faker Logo](images/logo.png) ](https://github.com/carlwhittick/vehicle.faker)### Vehicle.Faker

[](#vehiclefaker)

 A [PHPFaker](https://fakerphp.github.io/) provider for generating vehicle information like registrations, car makes and car models.

 [Getting Started](#getting-started) · [Report Bug](https://github.com/carlwhittick/vehicle.faker/issues/new?labels=bug&template=bug-report---.md) · [Request Feature](https://github.com/carlwhittick/vehicle.faker/issues/new?labels=enhancement&template=feature-request---.md)

 Table of Contents1. [Getting Started](#getting-started)
    - [Installation](#installation)
2. [Usage](#usage)
3. [Roadmap](#roadmap)
4. [Contributing](#contributing)
5. [License](#license)
6. [Acknowledgments](#acknowledgments)

Getting Started
---------------

[](#getting-started)

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

### Installation

[](#installation)

Install the package with Composer

```
composer require carlwhittick/vehicle.faker
```

Add the provider to Faker

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

([back to top](#readme-top))

Usage
-----

[](#usage)

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

echo $faker->make(); // Ford
echo $faker->model(); // Mondeo
echo $faker->model('BMW'); // 3 series

echo $faker->registration('current'); // AB19 ETG
echo $faker->registration('military'); // 11AE22
echo $faker->registration('diplomatic'); // 101D454
echo $faker->registration('prefix'); // P311 LVW
```

([back to top](#readme-top))

Contributing
------------

[](#contributing)

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

1. Install `nix` package manager.
2. Fork the Project
3. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
4. Make your changes.
5. Run `nix develop` at the root.
6. Ensure that tests pass with `vendor/bin/phpunit`.
7. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
8. Push to the Branch (`git push origin feature/AmazingFeature`)
9. Open a Pull Request

([back to top](#readme-top))

License
-------

[](#license)

Distributed under the MIT License. See `LICENSE` for more information.

([back to top](#readme-top))

Acknowledgments
---------------

[](#acknowledgments)

- [PHPFaker](https://fakerphp.github.io/)
- [faker-vehicle](https://github.com/mattwells/faker-vehicle)

([back to top](#readme-top))

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

799d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/59ecce1d62be87e5dc1857f30300eee0af7ee9b0485bca6b49c427f615815285?d=identicon)[carlwhittick](/maintainers/carlwhittick)

---

Top Contributors

[![carlwhittick](https://avatars.githubusercontent.com/u/1196095?v=4)](https://github.com/carlwhittick "carlwhittick (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/carlwhittick-vehiclefaker/health.svg)

```
[![Health](https://phpackages.com/badges/carlwhittick-vehiclefaker/health.svg)](https://phpackages.com/packages/carlwhittick-vehiclefaker)
```

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k69](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k18](/packages/solspace-craft-freeform)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[blair2004/nexopos

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

1.2k2.4k](/packages/blair2004-nexopos)[directorytree/dummy

439.9k](/packages/directorytree-dummy)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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