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

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

mohammadsalmani28/faker
=======================

Persian faker is a package for laravel to make dummy data

v1.3.0(6y ago)891MITPHP

Since Nov 14Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (7)Used By (0)

My Faker
========

[](#my-faker)

My faker is a package for laravel. This package created for making fake data in your project. please dont use it for create spam. thanks for using my package!

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

[](#installation)

### Step 1

[](#step-1)

Run following command in root directory of your project:

```
composer require mohammadsalmani28/faker
```

### Step 2 : Add Provider

[](#step-2--add-provider)

Now you have to add this line in 'app.php' located in 'config' directory of your laravel project in the providers array:

```
Mohammadsalmani28\Faker\FakerServiceProvider::class,
```

### Step 3 : Add Aliases

[](#step-3--add-aliases)

Now you have to add this line in 'app.php' located in 'config' directory of your laravel project in the aliases array:

```
'Faker' => Mohammadsalmani28\Faker\Facades\Faker::class,
```

Done :)

### Usage:

[](#usage)

CodeDescription`Faker::Name()`Return an object with properties`Faker::Name()->firstName`Return a random firstname`Faker::Name()->lastName`Return a random lastname`Faker::Name()->full`Return a random fullname`Faker::Name()->gender`Return a gender of firstname`Faker::company()`Return a random company name`Faker::mobile()`Return a random mobile number`Faker::telephone()`Return a random telephone number`Faker::email()`Return a random email address`Faker::domain()`Return a random domain like: `Faker::age($min,$max)`Return a random you can use $min and $max but thery are nullable`Faker::birthday($sign)`Return a random birthday date use $sign for replace '/' between year/mounth/day`Faker::address()`Return a random postal address`Faker::city()`Return a random city of iran name`Faker::state()`Return a random state of iran name`Faker::melliCode()`Return a random 10 integer`Faker::word()`Return a random word`Faker::sentence()`Return a random sentence`Faker::paragraph()`Return a random paragraph`Faker::ip()`Return a random ip address`Faker::carModel()`Return a random car Model`Faker::insurance()`Return a random Insurance company`Faker::avatar()`Return a random avatar URL from GravatarLicense
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Total

6

Last Release

2298d ago

Major Versions

v0.1.0 → v1.0.02019-11-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20731054?v=4)[Mohammad Salmani Mahini](/maintainers/mohammadsalmani28)[@mohammadsalmani28](https://github.com/mohammadsalmani28)

---

Top Contributors

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

---

Tags

fakerlaravelpersianphpphplaravelpackagefakerdatapersianFake datadummy data

### Embed Badge

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

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

###  Alternatives

[nunomaduro/essentials

Just better defaults for your Laravel projects.

1.2k317.5k51](/packages/nunomaduro-essentials)[netojose/laravel-bootstrap-4-forms

Bootstrap 4 form builder for Laravel 5

182115.3k](/packages/netojose-laravel-bootstrap-4-forms)[xefi/faker-php-laravel

Faker php integration with laravel

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

MoneyPHP Wrapper

113.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

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