PHP code example of doublybear / randomnamegenerator
1. Go to this page and download the library: Download doublybear/randomnamegenerator 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/ */
doublybear / randomnamegenerator example snippets
oublybear\RandomNameGenerator\RandomNameGenerator;
$r = new RandomNameGenerator;
$name = $r->generateWords(); #random output: Playful Incredible Jalapeno
$slug = $r->generateSlug($name); #slugged outpout: playful-incredible-jalapeno