PHP code example of phpnitro / uuid

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

    

phpnitro / uuid example snippets


use Engine\Uuid\Uuid;

Uuid::v4(); // '3fa85f64-5717-4562-b3fc-2c963f66afa6'