PHPackages                             sukohi/celebrity-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. sukohi/celebrity-faker

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

sukohi/celebrity-faker
======================

A Laravel package to generate fake data using celebrity data.

1.0.0(8y ago)0102MITPHP

Since Jun 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/SUKOHI/CelebrityFaker)[ Packagist](https://packagist.org/packages/sukohi/celebrity-faker)[ RSS](/packages/sukohi-celebrity-faker/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

CelebrityFaker
==============

[](#celebrityfaker)

A Laravel package to generate fake data using celebrity data.

Installation
============

[](#installation)

Execute the next command.

```
composer require sukohi/CelebrityFaker:1.*

```

Set the service providers in app.php

```
'providers' => [
    ...Others...,
    Sukohi\CelebrityFaker\CelebrityFakerServiceProvider::class,
]

```

Also alias

```
'aliases' => [
    ...Others...,
    'CelebrityFaker'   => Sukohi\CelebrityFaker\Facades\CelebrityFaker::class,
]

```

Then execute the next commands.

```
php artisan vendor:publish

```

Config
======

[](#config)

After run the above command you should have a config file called `celebrity_faker.php` in your config folder.
You can set csv file path(s) there.

About CSV file
==============

[](#about-csv-file)

CSV files need to have key in first line like so.

| name | birthday | gender\_id | ...

Usage
=====

[](#usage)

```
for($i = 0; $i < 100; $i++){

    // Get celebrity randomly
    $celebrity = \CelebrityFaker::getCelebrity();

    // Each
    echo $celebrity->name;
    echo $celebrity->name_kana;
    echo $celebrity->gender_id;
    echo $celebrity->height;
    echo $celebrity->weight;
    echo $celebrity->blood_type;
    echo $celebrity->prefecture;
    echo $celebrity->company;

    // Array
    print_r($celebrity->toArray());

}

```

License
=======

[](#license)

This package is licensed under the MIT License.
Copyright 2017 Sukohi Kuhoh

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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 ~0 days

Total

2

Last Release

3261d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2980d59b309d45df3f2e6e51b1d336614da063240b8f76f873f287cd745ec5db?d=identicon)[Sukohi](/maintainers/Sukohi)

---

Top Contributors

[![SUKOHI](https://avatars.githubusercontent.com/u/5362394?v=4)](https://github.com/SUKOHI "SUKOHI (5 commits)")

### Embed Badge

![Health badge](/badges/sukohi-celebrity-faker/health.svg)

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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