Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.
/ php-json-schema-faker Public archive

Create dummy data with JSON schema

Notifications You must be signed in to change notification settings

Leko/php-json-schema-faker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice

This package is no longer maintained. Please use koriym/php-json-schema-faker instead.

PHP JSON Schema Faker

CircleCI codecov

Create dummy data with JSON schema.
Inspire from json-schema-faker

Getting started

composer require leko/json-schema-faker
<?php

require_once 'PATH/TO/vendor/autoload.php';

use JSONSchemaFaker\Faker;

$schema = json_decode(file_get_contents('./schema.json'));
$dummy = Faker::fake($schema);

Contribution

  • Fork this repo
  • Write your code
  • Create PR to master branch

License

MIT

About

Create dummy data with JSON schema

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages