2017 © Pedro Peláez
 

library oauth2-qivivo

Qivivo OAuth 2.0 Client Provider for The PHP League OAuth2-Client

image

bentools/oauth2-qivivo

Qivivo OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  • Friday, March 3, 2017
  • by bpolaszek
  • Repository
  • 1 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Qivivo Provider for OAuth 2.0 Client

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

This package provides Qivivo OAuth 2.0 support for the PHP League's OAuth 2.0 Client., (*2)

Installation

To install, use composer:, (*3)

composer require bentools/oauth2-qivivo

Usage

Usage is the same as The League's OAuth client, using \BenTools\Qivivo\OAuth2\Provider\Qivivo as the provider., (*4)

Authorization Code Flow

$provider = new BenTools\Qivivo\OAuth2\Provider\Qivivo([
    'clientId'          => '{qivivo-client-id}',
    'clientSecret'      => '{qivivo-client-secret}',
    'redirectUri'       => 'https://example.com/callback-url'
]);

For further usage of this package please refer to the core package documentation on "Authorization Code Grant"., (*5)

Testing

bash $ ./vendor/bin/phpunit, (*6)

Credits

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

03/03 2017

dev-master

9999999-dev

Qivivo OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

authorization oauth client oauth2 authorisation qivivo

02/03 2017

v0.2.0

0.2.0.0

Qivivo OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

authorization oauth client oauth2 authorisation qivivo

28/10 2016

v0.1.0

0.1.0.0

Qivivo OAuth 2.0 Client Provider for The PHP League OAuth2-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

authorization oauth client oauth2 authorisation qivivo