PHP code example of cbschuld / php-uuid-base58

1. Go to this page and download the library: Download cbschuld/php-uuid-base58 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/ */

    

cbschuld / php-uuid-base58 example snippets



use cbschuld\UuidBase58;

$id = UuidBase58::id();