PHP code example of plinker / base91

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

    

plinker / base91 example snippets

 php
$result = $client->base91->encode('encode this string');

$result = $client->base91->decode('toX<5+UCmUW6GFso^zZ2(.A');