PHPackages                             dms/meetup-api-bundle - 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. [API Development](/categories/api)
4. /
5. dms/meetup-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

dms/meetup-api-bundle
=====================

DMS Meetup API Bundle, enables Meetup API clients in services

v1.0.0(13y ago)16.5k1[1 PRs](https://github.com/rdohms/dms-meetup-api-bundle/pulls)MITPHPPHP &gt;=5.3.2

Since Apr 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/rdohms/dms-meetup-api-bundle)[ Packagist](https://packagist.org/packages/dms/meetup-api-bundle)[ Docs](https://github.com/rdohms/DMSMeetupApiBundle)[ RSS](/packages/dms-meetup-api-bundle/feed)WikiDiscussions master Synced today

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

DMSMeetupApiBundle
==================

[](#dmsmeetupapibundle)

This bundle leverages Meetup API Client distributed in [rdohms/meetup-api-client](https://github.com/rdohms/meetup-api-client). It provides instances of clients to manipulate the Meetup.com API.

This bundle is part of the DMS Library, and distributed as a sub-directory split, issues should be reported at the [DMS Repository](https://github.com/rdohms/DMS).

Installing
----------

[](#installing)

Add extension to your composer file:

```
{
    "require": {
        "dms/meetup-api-bundle": "~1.*"
    }
}

```

or use composer's require command

```
composer require dms/meetup-api-bundle:~1.*

```

Load the bundle in your AppKernel

```
