opauth / meetup
Meetup strategy for Opauth
Installs: 75
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/opauth/meetup
Requires
- php: >=5.2.0
- opauth/opauth: >=0.2.0
This package is not auto-updated.
Last update: 2025-09-27 20:18:56 UTC
README
Opauth strategy for Meetup authentication.
Implemented based on http://www.meetup.com/meetup_api/auth/#oauth2 using OAuth2.
Opauth is a multi-provider authentication framework for PHP.
Demo: http://opauth.org/#meetup
Getting started
-
Install Opauth-Meetup:
cd path_to_opauth/Strategy git clone git://github.com/damusnet/opauth-meetup.git Meetup
-
Register a Meetup application at https://secure.meetup.com/meetup_api/oauth_consumers/create
-
Configure Opauth-Meetup strategy with
key
andsecret
. -
Direct user to
http://path_to_opauth/meetup
to authenticate
Strategy configuration
Required parameters:
<?php 'Meetup' => array( 'key' => 'YOUR CLIENT KEY', 'secret' => 'YOUR CLIENT SECRET' )
License
Opauth-Meetup is MIT Licensed
Copyright © 2014 Damien Varron (http://www.effervea.com)