PHPackages                             howlowck/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. howlowck/meetup-oauth2-provider

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

howlowck/meetup-oauth2-provider
===============================

Meetup OAuth2 Client Provider for Leagues OAuth2-Client

0.1.0(11y ago)0262[1 issues](https://github.com/howlowck/meetup-oauth2-provider/issues)PHPPHP &gt;=5.4.0

Since Nov 13Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

Meetup OAuth2 Client Provider [![Build Status](https://camo.githubusercontent.com/7c667ae71d97419c8b1388bf42ee41bd2be3bcccb356788d2f01475cabef15d5/68747470733a2f2f7472617669732d63692e6f72672f686f776c6f77636b2f6d65657475702d6f61757468322d70726f76696465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/howlowck/meetup-oauth2-provider) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/1ee6d3daa28a4775657b4e7d4d9135de55ec24b5bfc1da761770282072b77169/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f686f776c6f77636b2f6d65657475702d6f61757468322d70726f76696465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/howlowck/meetup-oauth2-provider/?branch=master)
=======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#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 howlowck/meetup-oauth2-provider`

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

[](#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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4199d ago

### Community

Maintainers

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

---

Top Contributors

[![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/howlowck-meetup-oauth2-provider/health.svg)

```
[![Health](https://phpackages.com/badges/howlowck-meetup-oauth2-provider/health.svg)](https://phpackages.com/packages/howlowck-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)
