PHPackages                             demouth/faker\_japanese - 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. demouth/faker\_japanese

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

demouth/faker\_japanese
=======================

31.1k

Since Jul 15Pushed 12y ago1 watchersCompare

[ Source](https://github.com/demouth/FakerJapanese)[ Packagist](https://packagist.org/packages/demouth/faker_japanese)[ RSS](/packages/demouth-faker-japanese/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

FakerJapanese
=============

[](#fakerjapanese)

Fake Data Generator in PHP.
日本用のダミーデータ作成ライブラリ。キラキラした名前を生成します。

Usage
-----

[](#usage)

#### 読み込み方

[](#読み込み方)

- require\_onceする
    `require_once 'vendor/Faker/Japanese.php';`
- autoloaderを使う
    psr-0準拠なので、autoloaderで読み込めます
- comporserを使う場合
    `"demouth/faker_japanese": "dev-master"`

#### 使い方

[](#使い方)

```
require_once 'vendor/Faker/Japanese.php';
$user = new Faker_Japanese();
var_dump($user)
/*
object(Faker_Japanese)#1 (7) {
  ["name"]=>
  string(65) "前田 沙利菜愛利江留（まえだ さりなありえる）"
  ["lastName"]=>
  string(6) "前田"
  ["firstName"]=>
  string(21) "沙利菜愛利江留"
  ["lastNameYomi"]=>
  string(9) "まえだ"
  ["firstNameYomi"]=>
  string(21) "さりなありえる"
  ["lastNameYomiKatakana"]=>
  string(9) "マエダ"
  ["firstNameYomiKatakana"]=>
  string(21) "サリナアリエル"
}
*/
```

例

```
阿部 泡姫（あべ ありえる）
伊藤 歩木鈴（いとう ぽこりん）
一言 振門体（ひとこと ふるもんてぃ）
池田 ハム太郎（いけだ はむたろう）

```

License
-------

[](#license)

Faker is released under the MIT Licence. See the bundled LICENSE file for details.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1133178?v=4)[demouth](/maintainers/demouth)[@demouth](https://github.com/demouth)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/demouth-faker-japanese/health.svg)

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

###  Alternatives

[larapack/dd

`dd` is a helper method in Laravel. This package will add the `dd` to your application.

1162.6M454](/packages/larapack-dd)

PHPackages © 2026

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