Skip to content

victorcaina/vrbeneficios-php

Repository files navigation

Vr Benefícios PHP SDK

Latest Stable Version Total Downloads License

PHP integration for VrBeneficios API

Installation

If you already have a composer.json file, simply add the following dependency to your project:

"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 for detailed documentation.