Skip to content

Meetup OAuth2 Client Provider for PHPLeague's OAuth2-Client

Notifications You must be signed in to change notification settings

slyvent/meetup-oauth2-provider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetup OAuth2 Client Provider Build Status

This package is made for the League's OAuth2 Client.

Install

From command line: composer require slyvent/meetup-oauth2-provider

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.

More info about Meetup's OAuth2 Specs

About

Meetup OAuth2 Client Provider for PHPLeague's OAuth2-Client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%