PHPackages                             hydreflab/laravel-jedi-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. hydreflab/laravel-jedi-faker

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

hydreflab/laravel-jedi-faker
============================

Laravel provider for Jedi Faker

v1.0.0(8y ago)24322MITPHPPHP &gt;=7.0

Since Jan 16Pushed 8y ago3 watchersCompare

[ Source](https://github.com/HydrefLab/laravel-jedi-faker)[ Packagist](https://packagist.org/packages/hydreflab/laravel-jedi-faker)[ RSS](/packages/hydreflab-laravel-jedi-faker/feed)WikiDiscussions master Synced 3d ago

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

 [![](https://user-images.githubusercontent.com/9950778/34909614-eab4956c-f8a4-11e7-974e-067cd19f6803.png)](https://user-images.githubusercontent.com/9950778/34909614-eab4956c-f8a4-11e7-974e-067cd19f6803.png)

Package provides simple [JediFaker](https://github.com/HydrefLab/jedi-faker) binding into Laravel factories.

JediFaker is an extension for Faker data generator. It does not affect original Faker in any way.

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

[](#installation)

```
composer require hydreflab/laravel-jedi-faker
```

Service provider registration
-----------------------------

[](#service-provider-registration)

No service provider registration in `app.php` is needed. Package uses Laravel auto discovery feature.

However, if for some reason you don't want to use auto discovery, disable that in your application's `composer.json` file:

```
"extra": {
    "laravel": {
        "dont-discover": [
            "hydreflab/laravel-jedi-faker"
        ]
    }
},
```

Then manually register `HydrefLab\Laravel\JediFaker\JediFakerServiceProvider::class` service provider.

Basic usage
-----------

[](#basic-usage)

New features added by JediFaker package can be used straight away in your Laravel factories:

```
$factory->define(App\User::class, function (Faker $faker) {
    return [
        'name' => $faker->character,
        'email' => $faker->unique()->safeEmail,
        'planet' => $faker->planet,
        'species' => $faker->species,
        'vehicle' => $faker->vehicle,
        'password' => '$2y$10$TKh8H1.PfQx37YgCzwiKb.KjNyWgaHb9cbcoQgdIVFlYg7B77UdFm', // secret
        'remember_token' => str_random(10),
    ];
});
```

For more details, check [JediFaker repository](https://github.com/HydrefLab/jedi-faker).

*Note: JediFaker package only adds new formatters and is not extending/overriding Faker generator, therefore IDE autocompletion will not work for newly added features.*

Copyright and license
---------------------

[](#copyright-and-license)

Package is licensed for use under the MIT License (MIT). Please, see [LICENSE](https://github.com/hydreflab/laravel-jedi-faker/blob/master/LICENSE) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

3040d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bb2ae00cd837b7401dbf87896a68199303dade9ffc301cd0dc6674802aa8c9d?d=identicon)[golonix](/maintainers/golonix)

---

Top Contributors

[![golonix](https://avatars.githubusercontent.com/u/9950778?v=4)](https://github.com/golonix "golonix (9 commits)")

---

Tags

fakerfaker-extensionsfaker-generatorfaker-providerjedilaravellaravel5laravel5-packagelibraryphp7star-warslaravelfakerfixturesdatafaker-extensionstar-wars

### Embed Badge

![Health badge](/badges/hydreflab-laravel-jedi-faker/health.svg)

```
[![Health](https://phpackages.com/badges/hydreflab-laravel-jedi-faker/health.svg)](https://phpackages.com/packages/hydreflab-laravel-jedi-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)[hydreflab/jedi-faker

Faker extension for Star Wars junkie

1429.5k1](/packages/hydreflab-jedi-faker)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[xefi/faker-php

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

15116.5k15](/packages/xefi-faker-php)[skovachev/fakefactory

A model factory package for Laravel 4 with expressive API for creating custom tailored dummy objects

291.1k](/packages/skovachev-fakefactory)

PHPackages © 2026

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