PHP integration for VrBeneficios API
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
you will need your Client ID and Client Secret to authenticate
Check the wiki for detailed documentation.