PHP code example of kilylabs / base32

1. Go to this page and download the library: Download kilylabs/base32 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/ */

    

kilylabs / base32 example snippets




define('ROOT', __DIR__);
thub';
$base32 = Base32::encode($string);
echo $base32, chr(10);
echo Base32::decode($base32), chr(10);

m5uxi2dvmi======
github
bash
$ php composer.phar install