PHPackages                             slyvent/meetup-oauth2-provider - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. slyvent/meetup-oauth2-provider

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

slyvent/meetup-oauth2-provider
==============================

Meetup OAuth2 Client Provider for Leagues OAuth2-Client

0.2.0(9y ago)09PHPPHP &gt;=5.4.0

Since Nov 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/slyvent/meetup-oauth2-provider)[ Packagist](https://packagist.org/packages/slyvent/meetup-oauth2-provider)[ RSS](/packages/slyvent-meetup-oauth2-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Meetup OAuth2 Client Provider [![Build Status](https://camo.githubusercontent.com/6070d6b1b741ddf70225483057316c802eb957032c367f022759ca8af5e24c01/68747470733a2f2f7472617669732d63692e6f72672f736c7976656e742f6d65657475702d6f61757468322d70726f76696465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/slyvent/meetup-oauth2-provider)
=======================================================================================================================================================================================================================================================================================================================================================

[](#meetup-oauth2-client-provider-)

This package is made for the [League's OAuth2 Client](https://github.com/thephpleague/oauth2-client).

Install
-------

[](#install)

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

To Instantiate a 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
-----

[](#notes)

For more consumption details, please refer to the readme on [League's OAuth2 Client](https://github.com/thephpleague/oauth2-client).

[More info about Meetup's OAuth2 Specs](http://www.meetup.com/meetup_api/auth/#oauth2)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~874 days

Total

2

Last Release

3323d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e047d56b39ecc6957cb7e5a51cac60bf326ff9af59f64f50c05ce187f0772778?d=identicon)[kmarques](/maintainers/kmarques)

---

Top Contributors

[![kmarques](https://avatars.githubusercontent.com/u/7290607?v=4)](https://github.com/kmarques "kmarques (7 commits)")[![howlowck](https://avatars.githubusercontent.com/u/338265?v=4)](https://github.com/howlowck "howlowck (4 commits)")

---

Tags

clientAuthenticationSSOidentityoauthoauth2authorizationidpsingle sign onmeetup

### Embed Badge

![Health badge](/badges/slyvent-meetup-oauth2-provider/health.svg)

```
[![Health](https://phpackages.com/badges/slyvent-meetup-oauth2-provider/health.svg)](https://phpackages.com/packages/slyvent-meetup-oauth2-provider)
```

###  Alternatives

[adam-paterson/oauth2-stripe

Stripe OAuth 2.0 Client Provider for The PHP League OAuth2-Client

172.4M4](/packages/adam-paterson-oauth2-stripe)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
