2017 © Pedro Peláez
 

library meetup-oauth2-provider

Meetup OAuth2 Client Provider for Leagues OAuth2-Client

image

slyvent/meetup-oauth2-provider

Meetup OAuth2 Client Provider for Leagues OAuth2-Client

  • Thursday, April 6, 2017
  • by kmarques
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Meetup OAuth2 Client Provider Build Status

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

Install

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

To Instantiate a Provider

$provider =  new \Slyvent\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

06/04 2017

dev-master

9999999-dev

Meetup OAuth2 Client Provider for Leagues OAuth2-Client

  Sources   Download

The Requires

 

The Development Requires

by Karl Marques

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

06/04 2017

0.2.0

0.2.0.0

Meetup OAuth2 Client Provider for Leagues OAuth2-Client

  Sources   Download

The Requires

 

The Development Requires

by Karl Marques

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