PHPackages                             fakerino/phpunit-ext - 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. fakerino/phpunit-ext

ActiveLibrary[Testing &amp; Quality](/categories/testing)

fakerino/phpunit-ext
====================

PHPUnit Fakerino extension to use fake data inside PHPUnit tests

1.0RC1(10y ago)011

Since Nov 10Compare

[ Source](https://github.com/Fakerino/phpunit-ext)[ Packagist](https://packagist.org/packages/fakerino/phpunit-ext)[ RSS](/packages/fakerino-phpunit-ext/feed)WikiDiscussions Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

PHPUnit Fakerino dataProvider
=============================

[](#phpunit-fakerino-dataprovider)

### Installation

[](#installation)

`composer require fakerino/phpunit-ext:'1.0RC1'`

then in your `phpunit.xml.dist` add:

```

```

### Usage example

[](#usage-example)

```
    /**
     * @fakeDataProvider name, surname, integer, date
     */
    public function testSimpleProvider($name, $surname, $intvalue, $date)
    {
        $this->assertInternalType("string", $name);
        $this->assertInternalType("string", $surname);
        $this->assertInternalType("integer", $intvalue);
        $this->assertTrue((bool)preg_match('/\d{4}-\d{2}-\d{2}/', $date));
    }

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

3885d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2381909665741bfdb7a04578356e583f8f1b2f89e5622d758f27d0b0ad2c8c0?d=identicon)[niklongstone](/maintainers/niklongstone)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/fakerino-phpunit-ext/health.svg)

```
[![Health](https://phpackages.com/badges/fakerino-phpunit-ext/health.svg)](https://phpackages.com/packages/fakerino-phpunit-ext)
```

###  Alternatives

[brianium/paratest

Parallel testing for PHP

2.5k129.9M920](/packages/brianium-paratest)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k41.3M39.1k](/packages/orchestra-testbench)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.0M322](/packages/drupal-core-dev)[webmozarts/strict-phpunit

Enables type-safe comparisons of objects in PHPUnit

30300.1k7](/packages/webmozarts-strict-phpunit)

PHPackages © 2026

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