PHPackages                             dcbs/phaux-data - 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. dcbs/phaux-data

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

dcbs/phaux-data
===============

Random model/data generator

07PHP

Since Aug 19Pushed 12y ago1 watchersCompare

[ Source](https://github.com/davidstelter/PhauxData)[ Packagist](https://packagist.org/packages/dcbs/phaux-data)[ RSS](/packages/dcbs-phaux-data/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PhauxData
=========

[](#phauxdata)

[![Build Status](https://camo.githubusercontent.com/f6ff6951cb9348757667cce3ec669dde0c2494929b425870ef454cf4ce96fc5c/68747470733a2f2f7472617669732d63692e6f72672f64617669647374656c7465722f5068617578446174612e706e67)](https://travis-ci.org/davidstelter/PhauxData)

Random data generator for PHP

Basic example:

```
	Generator::create('User')->count(5)
		->attribute('Status', new Constant(true))
		->attribute('Created', new DateRange('2013-01-01', '2013-07-01'))
		->attribute('Type', new Constant(7))
		->attribute('Age', new IntRange(18, 99))
		->attribute('FirstName', new Set(array(
			'Joe',
			'Bob',
			'Ralph',
			'Rupert',
			'George',
			'Mason',
		)))
		->attribute('LastName', new Set(array(
			'Winkle',
			'Bonkle',
			'Dangle',
			'Sprinkle',
			'Ankle',
			'Bagel',
		)))
		->run();
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% 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/98059?v=4)[David Stelter](/maintainers/davidstelter)[@davidstelter](https://github.com/davidstelter)

---

Top Contributors

[![david-manifest](https://avatars.githubusercontent.com/u/179795?v=4)](https://github.com/david-manifest "david-manifest (14 commits)")[![davidstelter](https://avatars.githubusercontent.com/u/98059?v=4)](https://github.com/davidstelter "davidstelter (1 commits)")

### Embed Badge

![Health badge](/badges/dcbs-phaux-data/health.svg)

```
[![Health](https://phpackages.com/badges/dcbs-phaux-data/health.svg)](https://phpackages.com/packages/dcbs-phaux-data)
```

PHPackages © 2026

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