2017 © Pedro Peláez
 

library meetup-oauth2-provider

Meetup OAuth2 Client Provider for Leagues OAuth2-Client

image

howlowck/meetup-oauth2-provider

Meetup OAuth2 Client Provider for Leagues OAuth2-Client

  • Monday, November 24, 2014
  • by howlowck
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Meetup OAuth2 Client Provider Build Status Scrutinizer Code Quality

This package is made for the League's OAuth2 Client., (*1)

Install

From command line: composer require howlowck/meetup-oauth2-provider, (*2)

To Instantiate a Provider

$provider =  new \Howlowck\OAuth2\Client\Provider\Meetup(array(
    'clientId'  =>  'YOUR_CONSUMER_KEY',
    'clientSecret'  =>  'YOUR_CONSUMER_SECRET',
    'redirectUri' => 'your-redirect-url',
    'scopes' => array('basic'),
));

Notes

For more consumption details, please refer to the readme on League's OAuth2 Client., (*3)

More info about Meetup's OAuth2 Specs, (*4)

The Versions

24/11 2014

dev-master

9999999-dev

Meetup OAuth2 Client Provider for Leagues OAuth2-Client

  Sources   Download

The Requires

 

The Development Requires

authentication authorization oauth client sso oauth2 identity idp single sign on meetup

13/11 2014

0.1.0

0.1.0.0

Meetup OAuth2 Client Provider for Leagues OAuth2-Client

  Sources   Download

The Requires

 

The Development Requires

authentication authorization oauth client sso oauth2 identity idp single sign on meetup