PHPackages                             janynne/fake-data-arrays - 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. janynne/fake-data-arrays

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

janynne/fake-data-arrays
========================

Tenha dados para testar suas aplicações de forma offline

06PHP

Since Sep 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/janynnegomes/fake-data-arrays)[ Packagist](https://packagist.org/packages/janynne/fake-data-arrays)[ RSS](/packages/janynne-fake-data-arrays/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Fake Data Arrays
================

[](#fake-data-arrays)

Fake Data Arrays for offline testing in dev enviroments

How to use:
-----------

[](#how-to-use)

\#1 - Add the dependence to your **composer.json** file

```
 "require": {
        "janynne/fake-data-arrays": "dev-master"
  }

```

\#2 - Add the autoloader include on your page

```
require __DIR__.'/vendor/autoload.php';

```

\#3 - Import the namespace and create the object to use the **getPeople($count)** function

```
   use Janynne\FakeData\FakeDataArrays;

    $fakeObj = new FakeDataArrays();

    var_dump($fakeObj->getPeople(10));

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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://www.gravatar.com/avatar/668160e92ae49bbe0bf4a4cc73fe4ed786218bf6a3c616a3f7d16720dc64a588?d=identicon)[janynnegomes](/maintainers/janynnegomes)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/janynne-fake-data-arrays/health.svg)

```
[![Health](https://phpackages.com/badges/janynne-fake-data-arrays/health.svg)](https://phpackages.com/packages/janynne-fake-data-arrays)
```

###  Alternatives

[tinect/redirects

Redirect plugin for Shopware 6

2040.6k](/packages/tinect-redirects)[defstudio/filament-column-length-limiter

Limit Filament columns length showing a tooltip when text exceeds

126.2k](/packages/defstudio-filament-column-length-limiter)

PHPackages © 2026

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