Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
/ component_fakedata Public archive

Random data generation for testing and dev environments (data fixtures)

License

Notifications You must be signed in to change notification settings

jgauthi/component_fakedata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component Fake Data

Random data generation for testing and dev environments (data fixtures).

Prerequisite

  • PHP 5.4+ (v1+) ou PHP 7.4 (v2)
  • PHP Extension: Json, Mbstring, Mysqli

Install

Edit your composer.json (launch composer update after edit):

{
  "repositories": [
    { "type": "git", "url": "git@github.com:jgauthi/component_fakedata.git" }
  ],
  "require": {
    "jgauthi/component_fakedata": "2.*"
  }
}

Documentation

You can look at folder example.