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

ActiveLibrary

tomaj/faker
===========

Fork of php Faker PHP library with custom Data provider.

v1.3.2(11y ago)621.6kMITPHPPHP &gt;=5.3.3CI failing

Since Jul 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tomaj/Faker)[ Packagist](https://packagist.org/packages/tomaj/faker)[ RSS](/packages/tomaj-faker/feed)WikiDiscussions master Synced 6d ago

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

Faker
=====

[](#faker)

Faker is a PHP library that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.

Faker is heavily inspired by Perl's [Data::Faker](http://search.cpan.org/~jasonk/Data-Faker-0.07/), and by ruby's [Faker](http://faker.rubyforge.org/).

Faker requires PHP &gt;= 5.3.3.

[![Monthly Downloads](https://camo.githubusercontent.com/59d9f6bc4ec60dcb4ef08a6c058982b0b00183dd2e0a33987842bf386382f39b/68747470733a2f2f706f7365722e707567782e6f72672f667a616e696e6f74746f2f66616b65722f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/fzaninotto/faker) [![Build Status](https://camo.githubusercontent.com/9bcbefcac3aadf253e341052e2564386b9e7c7ce223e874f228121e2059c8f0c/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f667a616e696e6f74746f2f46616b65722e706e67)](http://travis-ci.org/fzaninotto/Faker) [![SensioLabsInsight](https://camo.githubusercontent.com/48149c973e11c5606499e925f3d2894c6d84abc19ed7bd093df33ac256bc30ad/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65636562373861392d333864342d346164352d386236622d6235326633323365333534392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/eceb78a9-38d4-4ad5-8b6b-b52f323e3549)

Basic Usage
-----------

[](#basic-usage)

Use `Faker\Factory::create()` to create and initialize a faker generator, which can generate data by accessing properties named after the type of data you want.

```
