javleds/meetup-api-client

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

PHP API wrapper for meetup.com

dev-master 2020-07-10 02:37 UTC

This package is auto-updated.

Last update: 2020-11-10 03:42:58 UTC


README

API wrapper for https://meetup.com

Getting Started

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.

Prerequisites

  • PHP 7.2 or latest
  • Composer

Installing

composer require javleds/meetup-api-client

Running the tests

This project uses PHPUnit, you could run your tests by running:

composer test

Coding style

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

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details