PHP code example of sagleft / utopia-cryptonat

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

    

sagleft / utopia-cryptonat example snippets


$cryptonat = new Cryptonat\Handler($client);

$cryptonat = new Cryptonat\Handler();
$cryptonat->setUtopiaClient($client);

$voucher_code = 'UTP-P3FH-OJQZ-7XWI-CAVT-LYDW';
$result = $cryptonat->activateVoucher($voucher_code);
echo json_encode($result);