PHPackages                             iamraccoon/car-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. iamraccoon/car-faker

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

iamraccoon/car-faker
====================

Car-Faker is a PHP library that generates fake-car data for you.

v1.0.0(8y ago)11.5k2MITPHP

Since Oct 9Pushed 8y ago2 watchersCompare

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

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

Car-Faker
=========

[](#car-faker)

Car-Faker is a PHP library that generates fake car data for you.

Faker requires PHP &gt;= 5.3.3.

Installation
------------

[](#installation)

```
composer require iamraccoon/car-faker
```

or add

```
"iamraccoon/car-faker": "^1.0"
```

Basic Usage
-----------

[](#basic-usage)

Use `Faker\Factory::create()` to create and initialize a faker generator, which can generate data by accessing properties named after the type of data you want.

```
$faker = (new \Faker\Factory())::create();
$faker->addProvider(new \carfaker\provider\Car($faker));

// generate automobile manufacturer and model of car
echo $faker->car;     //Mercedes-Benz CLC 220

// generate only automobile manufacturer
echo $faker->brand;   //Lotus
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3138d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/498e2f67499887cca2db599c39bd66342ca8e9d31a92a1246ab277dfc72a4b7d?d=identicon)[iamraccoon](/maintainers/iamraccoon)

---

Top Contributors

[![iamraccoon](https://avatars.githubusercontent.com/u/17950199?v=4)](https://github.com/iamraccoon "iamraccoon (6 commits)")

---

Tags

fakerfixturesdatacar-faker

### Embed Badge

![Health badge](/badges/iamraccoon-car-faker/health.svg)

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

###  Alternatives

[fakerphp/faker

Faker is a PHP library that generates fake data for you.

3.9k358.5M3.5k](/packages/fakerphp-faker)[mbezhanov/faker-provider-collection

A collection of custom providers for the Faker library

2138.6M24](/packages/mbezhanov-faker-provider-collection)[bheller/images-generator

Generator of placeholder images for Faker

573.1M3](/packages/bheller-images-generator)[xefi/faker-php

Faker allows you to generate realistic fake data for your php applications

15116.5k15](/packages/xefi-faker-php)[hydreflab/jedi-faker

Faker extension for Star Wars junkie

1429.5k1](/packages/hydreflab-jedi-faker)[andrefigueira/blog-article-faker

Generate random blog article titles and content (including markdown) using faker

1415.0k](/packages/andrefigueira-blog-article-faker)

PHPackages © 2026

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