Download the PHP package kaiorocha/cambioreal without Composer
On this page you can find all versions of the php package kaiorocha/cambioreal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kaiorocha/cambioreal
More information about kaiorocha/cambioreal
Files in kaiorocha/cambioreal
Download kaiorocha/cambioreal
More information about kaiorocha/cambioreal
Files in kaiorocha/cambioreal
Vendor kaiorocha
Package cambioreal
Short Description CambioReal PHP library
License MIT
Homepage https://www.cambioreal.com
Package cambioreal
Short Description CambioReal PHP library
License MIT
Homepage https://www.cambioreal.com
Please rate this library. Is it a good library?
Informations about the package cambioreal
CambioReal PHP Library
This library enables you to integrate CambioReal with any PHP application.
Requirements
- PHP >= 5.3
- cURL
Usage
Setup
To use the CambioReal PHP library you need to setup your app id and app secret.
If you need to change other settings, you can use the following function call:
You can change the following settings:
- appId: your app id. It will be different in test and production modes.
- appSecret: your app secret. It will be different in test and production modes.
- testMode: enable or disable the test mode. The default value is false.
To create a new API request, just call one of the following methods on the \CambioReal\CambioReal class and supply it with the request parameters:
- \CambioReal\CambioReal::cancel
- \CambioReal\CambioReal::get
- \CambioReal\CambioReal::request
request command example:
Changelog
- 1.0.0: first release.
- 1.1.0: get and print boleto.
- 1.2.0: boleto returned in pdf.
- 1.2.1: Added the amount simulator.
- 1.3.0: removed the generation of boletos and the boleto endpoint.
- 1.4.0: Added support for request V2 used in pix transparent payments.
All versions of cambioreal with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
ext-curl Version *
ext-curl Version *
The package kaiorocha/cambioreal contains the following files
Loading the files please wait ....