项目作者: victorcaina

项目描述 :
VR Benefícios
高级语言: PHP
项目地址: git://github.com/victorcaina/vrbeneficios-php.git
创建时间: 2018-10-27T19:57:14Z
项目社区:https://github.com/victorcaina/vrbeneficios-php

开源协议:MIT License

下载


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:

  1. "require": {
  2. "victorcaina/vrbeneficios": "*"
  3. }

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

  1. composer install

Alternatively, you can run directly on your terminal:

  1. composer require victorcaina/vrbeneficios

Usage

Basic

you will need your Client ID and Client Secret to authenticate

Wiki

Check the wiki for detailed documentation.