PHPackages                             finwe/phpstan-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. [Testing &amp; Quality](/categories/testing)
4. /
5. finwe/phpstan-faker

AbandonedArchivedPhpstan-extension[Testing &amp; Quality](/categories/testing)

finwe/phpstan-faker
===================

PHPStan extension for fzaninotto/Faker

v0.8.1(6y ago)638.7k↓100%6[1 issues](https://github.com/finwe/phpstan-faker/issues)MITPHPPHP ~7.1

Since Feb 22Pushed 4y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (7)Versions (15)Used By (0)

Faker extensions for PHPStan
============================

[](#faker-extensions-for-phpstan)

Deprecation Notice
------------------

[](#deprecation-notice)

The problem this project used to solve is no longer present with the latest versions of PHPStan and Faker. It is recommended to update those and remove this project from your dependencies.

```
composer update
composer remove finwe/phpstan-faker

```

[![Build Status](https://camo.githubusercontent.com/3cff7d3ca2740c71b9726d3127a9aed71274d72c2584b4572680b3965c075bff/68747470733a2f2f7472617669732d63692e6f72672f66696e77652f7068707374616e2d66616b65722e737667)](https://travis-ci.org/finwe/phpstan-faker)[![Latest Stable Version](https://camo.githubusercontent.com/12aa8a877ae3de353fc228901627d164b94d837b14f309e8ac0aaad4a39c68bf/68747470733a2f2f706f7365722e707567782e6f72672f66696e77652f7068707374616e2d66616b65722f762f737461626c65)](https://packagist.org/packages/finwe/phpstan-faker)[![License](https://camo.githubusercontent.com/c49cb66d96c2dfe4ee1a4b60a14ba90370e904508f32eab4eef58b318ce856f4/68747470733a2f2f706f7365722e707567782e6f72672f66696e77652f7068707374616e2d66616b65722f6c6963656e7365)](https://packagist.org/packages/finwe/phpstan-faker)

- [PHPStan](https://github.com/phpstan/phpstan)
- [Faker](https://github.com/fzaninotto/Faker)

This extension provides following features:

- Provides definitions for magic `Faker\Generator` methods and properties

Usage
-----

[](#usage)

To use this extension, require it in [Composer](https://getcomposer.org/):

```
composer require --dev finwe/phpstan-faker

```

And include extension.neon in your project's PHPStan config:

```
includes:
	- vendor/finwe/phpstan-faker/extension.neon

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~93 days

Recently: every ~80 days

Total

12

Last Release

2342d ago

PHP version history (2 changes)v0.2.0PHP ~7.0

v0.5.0PHP ~7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/9cc3aa40c77c31f002068ad6da34d2b3717655d19194987bf1bf54af0ba94fb1?d=identicon)[finwe](/maintainers/finwe)

---

Top Contributors

[![finwe](https://avatars.githubusercontent.com/u/195675?v=4)](https://github.com/finwe "finwe (10 commits)")[![shadowhand](https://avatars.githubusercontent.com/u/38203?v=4)](https://github.com/shadowhand "shadowhand (3 commits)")[![jdeniau](https://avatars.githubusercontent.com/u/1398469?v=4)](https://github.com/jdeniau "jdeniau (1 commits)")[![ke20](https://avatars.githubusercontent.com/u/1608482?v=4)](https://github.com/ke20 "ke20 (1 commits)")[![kruglikdenis](https://avatars.githubusercontent.com/u/9932991?v=4)](https://github.com/kruglikdenis "kruglikdenis (1 commits)")[![spawnia](https://avatars.githubusercontent.com/u/12158000?v=4)](https://github.com/spawnia "spawnia (1 commits)")[![adaamz](https://avatars.githubusercontent.com/u/4347332?v=4)](https://github.com/adaamz "adaamz (1 commits)")[![teohhanhui](https://avatars.githubusercontent.com/u/548843?v=4)](https://github.com/teohhanhui "teohhanhui (1 commits)")[![devbieres](https://avatars.githubusercontent.com/u/1760957?v=4)](https://github.com/devbieres "devbieres (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[phpstan/phpstan-symfony

Symfony Framework extensions and rules for PHPStan

78268.9M1.5k](/packages/phpstan-phpstan-symfony)[phpstan/phpstan-doctrine

Doctrine extensions for PHPStan

66466.6M1.0k](/packages/phpstan-phpstan-doctrine)[phpat/phpat

PHP Architecture Tester

1.2k3.5M32](/packages/phpat-phpat)[spaze/phpstan-disallowed-calls

PHPStan rules to detect disallowed method &amp; function calls, constant, namespace, attribute, property &amp; superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.

33120.0M371](/packages/spaze-phpstan-disallowed-calls)[mglaman/phpstan-drupal

Drupal extension and rules for PHPStan

20729.0M123](/packages/mglaman-phpstan-drupal)

PHPackages © 2026

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