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
- Host: GitHub
- URL: https://github.com/victorcaina/vrbeneficios-php
- Owner: victorcaina
- License: mit
- Created: 2018-10-27T19:57:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T12:28:56.000Z (over 6 years ago)
- Last Synced: 2025-01-19T17:56:35.678Z (4 months ago)
- Topics: gateway, pagamento, pagamentos-online, php53, sdk-php, sdk-vrbeneficios, vrbeneficios
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Vr Benefícios PHP SDK
[](https://packagist.org/packages/victorcaina/vrbeneficios)
[](https://packagist.org/packages/victorcaina/vrbeneficios)
[](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.