2017 © Pedro Peláez
 

library json-schema-faker

Create dummy data with JSON schema

image

leko/json-schema-faker

Create dummy data with JSON schema

  • Tuesday, June 5, 2018
  • by Leko
  • Repository
  • 1 Watchers
  • 4 Stars
  • 4,924 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

Notice

This package is no longer maintained. Please use koriym/php-json-schema-faker instead., (*1)

PHP JSON Schema Faker

CircleCI codecov, (*2)

Create dummy data with JSON schema.
Inspire from json-schema-faker, (*3)

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, (*4)

The Versions

05/06 2018

dev-master

9999999-dev

Create dummy data with JSON schema

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Leko

05/06 2018

1.0

1.0.0.0

Create dummy data with JSON schema

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Leko

18/06 2016

0.9

0.9.0.0

Create dummy data with JSON schema

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Leko

18/06 2016

0.8

0.8.0.0

Create dummy data with JSON schema

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Leko