PHP code example of jamosaur / hrry-ci
1. Go to this page and download the library: Download jamosaur/hrry-ci 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/ */
jamosaur / hrry-ci example snippets
use Jamosaur/HrryCi;
$hrry = new HrryCi();
$hrry->text = 'Internet is serious business';
echo $hrry->outpt();
// intrnt is srs bsnss
echo (new HrryCi('wow, i am a 10x developer'))->outpt();
// wow i am a 10x dvlpr