PHP code example of itc / uuid

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

    

itc / uuid example snippets


use ITC\UUID;

echo UUID::v4();
>>> cc4f4e07-1bf2-46ea-8812-7d5ddb336cb4