PHP code example of stigwue / naija-pikin
1. Go to this page and download the library: Download stigwue/naija-pikin 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/ */
stigwue / naija-pikin example snippets
$np = new NaijaPikin('path_to_to/naija_pikin/dictionary.json');
$name = $np->getName();
echo $name;