bfgasparin/braspag-php

dev-master / 2.0.x-dev 2016-04-23 00:49 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:20:19 UTC


README

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.

Requirements:

  • PHP 5.3.3 and later.

Composer

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');

Getting Started

@todo