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
- Host: GitHub
- URL: https://github.com/mehralsnix/json-faker
- Owner: MehrAlsNix
- License: mit
- Created: 2017-02-12T08:34:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T10:26:56.000Z (about 6 years ago)
- Last Synced: 2025-03-13T02:49:33.881Z (over 1 year ago)
- Topics: faker, fixtures, json, php
- Language: PHP
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-faker
Creates JSON fixtures with [fzaninotto/Faker](https://github.com/fzaninotto/Faker)
[](https://travis-ci.org/MehrAlsNix/json-faker)
[](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