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

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

olsgreen/sheet-faker
====================

CSV / XLS / ODS dummy data generator.

0.1.0(10y ago)0491MITPHPPHP &gt;=5.5.9

Since Nov 28Pushed 10y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

\#Sheet Faker As it says on the tin, Sheet Faker allows you to efficiently create large CSV, ODS &amp; XLSX files containing fake / test data.

Credit to the [Faker](https://github.com/fzaninotto/Faker) package which is used to generate the data and [Box's Sprout](https://github.com/box/spout) to create the files.

Usage
-----

[](#usage)

```
# Install via composer
composer create-project olsgreen/sheet-faker

cd sheet-faker

# Run
./faker generate csv

```

Not got composer installed? See [here](https://getcomposer.org/doc/00-intro.md).

Arguments &amp; Options
-----------------------

[](#arguments--options)

- format - CSV, ODS or XLSX
- path - Fully qualified writable path to save the file.
- --locale - The desired locale of the test data see [here](http://bit.ly/1NTquJb) for a list of available locales.
- --rows - The number of rows to generate.
- --columns - A comma separated list of columns specified using Faker formatter names see [here](http://bit.ly/1NyNeUH) for a full list of possible data types.

### Example:

[](#example)

`./faker generate csv /data/my.csv --rows=1000 --columns=firstName,lastName,email --locale=fr_FR`

The CSV file generated would be saved to /data/my.csv, have the column headers of First Name, Last Name &amp; Email and contain 1000 rows of fake data based on French locale.

License
-------

[](#license)

Released under the MIT Licence. See the bundled LICENSE file for details.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

3815d ago

### Community

Maintainers

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

---

Top Contributors

[![olsgreen](https://avatars.githubusercontent.com/u/1324164?v=4)](https://github.com/olsgreen "olsgreen (6 commits)")

---

Tags

testdataxlscsvodsfakeDummyseeder

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M679](/packages/phpspec-prophecy)[nelmio/alice

Expressive fixtures generator

2.5k43.4M133](/packages/nelmio-alice)[fakerino/fakerino

Faker framework, for generate every kind of fake data for test, database seed, mock responses, other

12214.8k5](/packages/fakerino-fakerino)[trappar/alice-generator-bundle

Symfony bundle for generating Alice fixtures from Doctrine entities

45169.6k1](/packages/trappar-alice-generator-bundle)[icecave/isolator

Dependency injection for global functions.

371.3M29](/packages/icecave-isolator)[niklongstone/regex-reverse

Regular Expression reverter, generates a string from a provided regular expression

105150.4k4](/packages/niklongstone-regex-reverse)

PHPackages © 2026

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