Random data generation for testing and dev environments (data fixtures).
- PHP 5.4+ (v1+) ou PHP 7.4 (v2)
- PHP Extension: Json, Mbstring, Mysqli
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.*"
}
}
You can look at folder example.