PHPackages                             dms/meetup-api-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. dms/meetup-api-client

AbandonedLibrary[HTTP &amp; Networking](/categories/http)

dms/meetup-api-client
=====================

Meetup.com API client written on top of Guzzle. This supports all API operations.

v2.4.0(6y ago)7723.9k—0%24[9 issues](https://github.com/rdohms/meetup-api-client/issues)[4 PRs](https://github.com/rdohms/meetup-api-client/pulls)1MITPHPPHP ^5.3.10 | ^7.0

Since Mar 29Pushed 6y ago7 watchersCompare

[ Source](https://github.com/rdohms/meetup-api-client)[ Packagist](https://packagist.org/packages/dms/meetup-api-client)[ RSS](/packages/dms-meetup-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (17)Used By (1)

This Library is no longer maintained
====================================

[](#this-library-is-no-longer-maintained)

Due to Meetup.com changing their policies making their API a paid product, I believe it is not fair to expect Open Source Developers like me to maintain clients for it's API for Free.

Thus this library will no longer be updated, the v3 rewrite will be abandoned.

Sorry, I hope you all find a new house for your meetups, but if you stay on meetup.com i hope other libs can offer you the needed features.

---

DMS Meetup.com API Client [![Build Status](https://camo.githubusercontent.com/5e6424c0b00f7162853f2e7e791c9aacd275ca235cc4717016dcb0152d9624f6/68747470733a2f2f7472617669732d63692e6f72672f72646f686d732f6d65657475702d6170692d636c69656e742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/rdohms/meetup-api-client)
=================================================================================================================================================================================================================================================================================================================================

[](#dms-meetupcom-api-client-)

This is a client for the Meetup.com API powered by the Guzzle Project.

Installation
------------

[](#installation)

The library is available through Composer, so its easy to get it. Just Run this:

```
composer require dms/meetup-api-client

```

Features
--------

[](#features)

- All documented and non-deprecated methods from:
    - Meetup API v3
    - Meetup API v2
    - Legacy v1, except methods tagged as deprecated
- Key authentication
- OAuth 1.0 Authentication
- OAuth 2.0 Authentication
- POST, GET and DELETE methods

Usage
-----

[](#usage)

To use the API Client simply instantiate the preferred client (key auth or OAuth), giving it the correct parameters

```
