1. Go to this page and download the library: Download flromano/paghiper-laravel 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/ */
use PagHiper;
$transaction = PagHiper::billet()->cancel('JKP03X9KN0RELVLH');
use PagHiper;
use Illuminate\Http\Request;
public function notification(Request $request) {
$transaction = PagHiper::notification()->response($request->notification_id, $request->idTransacao);
}
use PagHiper;
$bankAccounts = PagHiper::bank()->accounts();
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.