PHP code example of mrpck / app18

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

    

mrpck / app18 example snippets


use Mrpck\app18\app18;

// connecting to 18app
$app = new app18($certificato, $pswd, $wdsl_url, $pi);

$codice_voucher = 'XmHnBpO0';
$response = $app->VerificaVoucher($codice_voucher);