hrphp / hrphp-meetup
A ZF2 module for communicating with the Meetup.com API.
Installs: 86
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/hrphp/hrphp-meetup
Requires
- php: >=5.4
- dms/meetup-api-client: *
- zendframework/zendframework: ~2.0
Requires (Dev)
- phing/phing: ~2.0
- phpunit/phpunit: ~4.0
- squizlabs/php_codesniffer: ~1.5
This package is auto-updated.
Last update: 2023-07-29 01:28:26 UTC
README
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": "*" } }