hrphp/hrphp-meetup

This package is abandoned and no longer maintained. No replacement package was suggested.

A ZF2 module for communicating with the Meetup.com API.

0.1.0 2015-02-25 23:55 UTC

This package is auto-updated.

Last update: 2023-07-29 01:28:26 UTC


README

Travis branch Coverage Status Code Quality GitHub Release

A ZF2 module for communicating with the Meetup API.

Use Composer to install this library. Edit your composer.json like so:

{
    "require": {
        "hrphp/hrphp-meetup": "*"
    }
}