-
Notifications
You must be signed in to change notification settings - Fork 15
Setup the client
blobaugh edited this page Dec 22, 2011
·
4 revisions
Setting up the Meetup API client for PHP is a relatively simple process. Just follow the steps below and in a few minutes you should be using the client in your application.
- Download the project files from https://github.com/blobaugh/Meetup-API-client-for-PHP
- Place a copy of the Meetup-API-client-for-PHP folder in your application (feel free to make the folder name easier! like 'meetup')
- Edit meetup_config.php to provide your Meetup API credentials
- Include Meetup.php in your application wherever you want to use it
- Use, enjoy, send feedback