Skip to content

janynnegomes/fake-data-arrays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fake Data Arrays

Fake Data Arrays for offline testing in dev enviroments

How to use:

#1 - Add the dependence to your composer.json file

 "require": {
        "janynne/fake-data-arrays": "dev-master"
  }

#2 - Add the autoloader include on your page

require __DIR__.'/vendor/autoload.php';

#3 - Import the namespace and create the object to use the getPeople($count) function

   use Janynne\FakeData\FakeDataArrays;

    $fakeObj = new FakeDataArrays();
    
    var_dump($fakeObj->getPeople(10));

About

Fake Data Arrays library for offline testing in dev enviroments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages