PHP code example of i9w3b / faker
1. Go to this page and download the library: Download i9w3b/faker library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
i9w3b / faker example snippets
bash
├── composer.json
├── LICENSE.md
├── README.md
└── src
├── FakerServiceProvider.php
└── helpers.php
php
echo i9faker()->name;
echo i9faker()->address;
echo i9faker()->text;