API wrapper for https://meetup.com
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- PHP 7.2 or latest
- Composer
composer require javleds/meetup-api-client
This project uses PHPUnit, you could run your tests by running:
composer test
We are following the default config of php-cs-fixer. If you want to verify the code style, please use:
composer phpcs
php-cs-fixes is able to fix some common errors, it could be reached by running:
composer phpcs-fix
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details