An open API service indexing awesome lists of open source software.

https://github.com/victorcaina/vrbeneficios-php

VR Benefícios
https://github.com/victorcaina/vrbeneficios-php

gateway pagamento pagamentos-online php53 sdk-php sdk-vrbeneficios vrbeneficios

Last synced: 3 months ago
JSON representation

VR Benefícios

Awesome Lists containing this project

README

        

# Vr Benefícios PHP SDK
[![Latest Stable Version](https://poser.pugx.org/victorcaina/vrbeneficios/v/stable)](https://packagist.org/packages/victorcaina/vrbeneficios)
[![Total Downloads](https://poser.pugx.org/victorcaina/vrbeneficios/downloads)](https://packagist.org/packages/victorcaina/vrbeneficios)
[![License](https://poser.pugx.org/victorcaina/vrbeneficios/license)](https://packagist.org/packages/victorcaina/vrbeneficios)

PHP integration for [VrBeneficios API](https://dev.vr.com.br/api-portal/)

## Installation
If you already have a `composer.json` file, simply add the following dependency to your project:
```json
"require": {
"victorcaina/vrbeneficios": "*"
}
```

With the dependency added to `composer.json`, just execute:
```
composer install
```

Alternatively, you can run directly on your terminal:
```
composer require victorcaina/vrbeneficios
```

## Usage
### Basic
you will need your Client ID and Client Secret to authenticate

### Wiki
Check the [wiki](https://github.com/victorcaina/vrbeneficios-php/wiki) for detailed documentation.