An open API service indexing awesome lists of open source software.

https://github.com/mehralsnix/json-faker

Create fake JSON with fzaninotto/Faker
https://github.com/mehralsnix/json-faker

faker fixtures json php

Last synced: 2 months ago
JSON representation

Create fake JSON with fzaninotto/Faker

Awesome Lists containing this project

README

          

# json-faker

Creates JSON fixtures with [fzaninotto/Faker](https://github.com/fzaninotto/Faker)

[![Build Status](https://travis-ci.org/MehrAlsNix/json-faker.svg?branch=master)](https://travis-ci.org/MehrAlsNix/json-faker)
[![Total Downloads](https://poser.pugx.org/mehr-als-nix/json-faker/downloads)](https://packagist.org/packages/mehr-als-nix/json-faker)

## Installation

Add `mehr-als-nix/json-faker` dependency to the `require` section inside your composer.json
```json
"require": {
"mehr-als-nix/json-faker": "*"
}
```

## Examples

```php