howlowck/meetup-oauth2-provider

There is no license information available for the latest version (0.1.0) of this package.

Meetup OAuth2 Client Provider for Leagues OAuth2-Client

Fund package maintenance!
standard
feross

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 1

pkg:composer/howlowck/meetup-oauth2-provider

0.1.0 2014-11-13 07:42 UTC

This package is not auto-updated.

Last update: 2025-10-07 08:30:08 UTC


README

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

Install

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

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.

More info about Meetup's OAuth2 Specs