PHPackages                             fakerino/fakerino - 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/fakerino

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

fakerino/fakerino
=================

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

0.8.3(9y ago)12214.8k15[1 issues](https://github.com/Fakerino/Fakerino/issues)5MITPHPPHP &gt;=5.3.0

Since Feb 22Pushed 9y ago9 watchersCompare

[ Source](https://github.com/Fakerino/Fakerino)[ Packagist](https://packagist.org/packages/fakerino/fakerino)[ Docs](http://github.com/niklongstone/fakerino)[ RSS](/packages/fakerino-fakerino/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (20)Used By (5)

Fakerino
========

[](#fakerino)

Fakerino is a fake data generator framework fully extensible.

[![Latest Stable Version](https://camo.githubusercontent.com/7b79f228e9e5df69b71547314db329435f65d7c50d66ee6b2a65f982e0d10aaf/68747470733a2f2f706f7365722e707567782e6f72672f66616b6572696e6f2f66616b6572696e6f2f762f737461626c652e737667)](https://packagist.org/packages/fakerino/fakerino)[![Latest Unstable Version](https://camo.githubusercontent.com/7b16d45fb564599b52fb9b2611cc5112e6b70fec83f6c672a67955bf76b5d586/68747470733a2f2f706f7365722e707567782e6f72672f66616b6572696e6f2f66616b6572696e6f2f762f756e737461626c652e737667)](https://packagist.org/packages/fakerino/fakerino)[![Travis Ci](https://camo.githubusercontent.com/cf8b458d8504e5fb6da2f0fb929c676e6c67ca0d1f946fe980a7395d79b7e801/68747470733a2f2f7472617669732d63692e6f72672f46616b6572696e6f2f46616b6572696e6f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Fakerino/Fakerino)

[![SensioLabsInsight](https://camo.githubusercontent.com/b72db9257e2c4b132afae85fe835f821570ad12073008d4ed65032cbe7d5b2f4/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34653764653132612d386663342d343632362d613333642d3332383761323066303266362f6d696e692e706e67)](https://insight.sensiolabs.com/projects/4e7de12a-8fc4-4626-a33d-3287a20f02f6)[![Code Climate](https://camo.githubusercontent.com/98b98a9a9065fa2907cc41841f6bae4477d2a538795efbebb5162c8678dee79e/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f46616b6572696e6f2f46616b6572696e6f2f6261646765732f6770612e737667)](https://codeclimate.com/github/Fakerino/Fakerino)[![Quality Score](https://camo.githubusercontent.com/9dcc86d3d04fcfce5f2aad92cb68558376fe03a0526f2ee765d449283cb102dc/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f46616b6572696e6f2f46616b6572696e6f2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Fakerino/Fakerino)[![Code Coverage](https://camo.githubusercontent.com/a8dd7fbc8ab36d989e4e1f7e8911a2d27e3d77c522505f628d634351077ab8a6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f46616b6572696e6f2f46616b6572696e6f2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Fakerino/Fakerino/?branch=master)

[![License](https://camo.githubusercontent.com/079eac4f3db767be43998a737092ca9fddf809195e12f6a614cad1811a81ffdc/68747470733a2f2f706f7365722e707567782e6f72672f66616b6572696e6f2f66616b6572696e6f2f6c6963656e73652e737667)](https://packagist.org/packages/fakerino/fakerino)

[![Join the chat at https://gitter.im/Fakerino/Fakerino](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/Fakerino/Fakerino?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

\###Main features

- Fake **complex data** (e.g. person: name, surname, hobby, country, ... ).
- Fake **single data** (e.g. name, surname, integer, text, ...).
- Fake data in **different languages**.
- Fake **regular expression** data (e.g. url =&gt; '`/www\.\w+\.com/`').
- Fake data multiple times.
- Fake a **database** table row/s with one line of code.
- Fake a **Twig** string or file automatically (e.g. Hello Mr {{ surname }})
- Fake a PHP **object/entity** in one line of code (fills public properties and setters with fake data).
- Support **JSON**, **array** and string output.
- Support array, **Yaml**, **XML**, **PHP**, **Txt** and **Ini** configurations.
- Fake from **command line** interface.

For more information about installation, features, support, contribution, or other, please read the **[Fakerino docs](http://www.fakerino.io)**.

### Installation

[](#installation)

Use [Composer](https://getcomposer.org/download/) to manage the dependencies of your project. ####In your project folder run:

```
composer require fakerino/fakerino='~0.8'
vendor/fakerino/fakerino/build/ods vendor/fakerino/fakerino/data
```

#### Like a stand-alone project run:

[](#like-a-stand-alone-project-run)

```
composer create-project fakerino/fakerino fakerino
```

### Quick start

[](#quick-start)

```
