Braspag Binding classes to intermediate the communication to Braspag REST API.
This package make integration to Braspag Payment System easier.
Braspag PHP Binding is strongly based on Braspag/BraspagApiPHPSdk.
- PHP 5.3.3 and later.
You can install the Braspag bindings via Composer. Run the following command:
$ composer require bfgasparin/braspag-php
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
@todo