PHP code example of cagartner / bagisto-pagseguro

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

    

cagartner / bagisto-pagseguro example snippets


/**
 * The URIs that should be excluded from CSRF verification.
 *
 * @var array
 */
protected $except = [
    'pagseguro/*'
];