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:
parent
395f7365c1
commit
3326cd3c40
@ -1,4 +1,4 @@
|
||||
# Faker [](http://travis-ci.org/fzaninotto/Faker) [](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.
|
||||
|
||||
[](http://travis-ci.org/fzaninotto/Faker) [](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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user