jgauthi / component_fakedata

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%