An open API service indexing awesome lists of open source software.

https://github.com/vrann/git-stat

Collect Statistic about GitHub PRs
https://github.com/vrann/git-stat

Last synced: 3 months ago
JSON representation

Collect Statistic about GitHub PRs

Awesome Lists containing this project

README

        

## GitHub PRs statistic tool

1. create .githubtoken with the valid access token for the GitHub
2. run composer install
3. Run tool through the browser, i.e. http://localhost/git-stat/index.php It will generate HTML page with the statistic on pull requests per week

Alternatively tool can be run from CLI, but the output will be in HTML:
```
cd git-stat
php index.php
```