This script will be used to monitor repositories you care about.
- Fetch all the open issues.
- TODO: Think on a way to present it and let developers work with it.
- TOTO: Create a webhook and let 3p integrate with it (e.g. dashboards)
- You can clone this: https://github.com/KnpLabs/php-github-api
- Or you can get the version of
php-github-api
using Composer. The first step to usephp-github-api
is to download composer:
$ curl -s http://getcomposer.org/installer | php
Then run the following command to require the library:
$ php composer.phar require knplabs/github-api php-http/guzzle6-adapter