1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-18 22:39:47 +01:00

move widgets after the introduction

This commit is contained in:
Francois Zaninotto 2013-11-28 17:41:22 +01:00
parent 395f7365c1
commit 3326cd3c40

View File

@ -1,4 +1,4 @@
# Faker [![Build Status](https://secure.travis-ci.org/fzaninotto/Faker.png)](http://travis-ci.org/fzaninotto/Faker) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/eceb78a9-38d4-4ad5-8b6b-b52f323e3549/mini.png)](https://insight.sensiolabs.com/projects/eceb78a9-38d4-4ad5-8b6b-b52f323e3549)#
# 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.
@ -6,6 +6,8 @@ Faker is heavily inspired by Perl's [Data::Faker](http://search.cpan.org/~jasonk
Faker requires PHP >= 5.3.3.
[![Build Status](https://secure.travis-ci.org/fzaninotto/Faker.png)](http://travis-ci.org/fzaninotto/Faker) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/eceb78a9-38d4-4ad5-8b6b-b52f323e3549/mini.png)](https://insight.sensiolabs.com/projects/eceb78a9-38d4-4ad5-8b6b-b52f323e3549)
## 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.