/BraspagApiPhpSdk

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

PHP SDK for Braspag API

Description

SDK to facilitate the use of our API by PHP systems.

Configuration

Copy src/conf/ApiBraspagConfig.php.example to src/conf/ApiBraspagConfig.php. The new name is ignored by git (see .gitignore). Fill in the values of your MerchandId and MerchandKey.

Exemples

You can see examples of use in fales prefixed with "example_{operation}" inside Exemples folder.