Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Metrakit committed Apr 10, 2016
1 parent 653b7bc commit 54eab1f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# faker-eddy-malou

A [Faker](https://github.com/fzaninotto/Faker) provider for use Eddy Malou sentences as dummy text.

## Install

```sh
composer require metrakit/faker-eddy-malou
```

## Usage

```php
$faker = new Faker\Generator();
$faker->addProvider(new EddyMalouProvider($faker));

```

This will replace some faker native functions :

```
sentence // One sentence
paragraph($nb = 3) // Many sentences, by default it's 3
```

0 comments on commit 54eab1f

Please sign in to comment.