https://github.com/dazz/repo-pr-stats
Instantly see health of repositories
https://github.com/dazz/repo-pr-stats
Last synced: about 1 year ago
JSON representation
Instantly see health of repositories
- Host: GitHub
- URL: https://github.com/dazz/repo-pr-stats
- Owner: dazz
- License: mit
- Created: 2014-08-13T00:22:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T22:10:14.000Z (about 2 years ago)
- Last Synced: 2025-05-07T06:10:04.752Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 92.8 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PR stats
This small tool shows a small statistic over configured repositories.
When the url http://localhost:8002/repo/{repository} gets opened the github will be queried to get data about all open PRs.
The data will be stored in the configured `prLog/{repository}` directory and displayed in the stats.
#### [Why, How and What: Read here!](https://github.com/dazz/repo-pr-stats/blob/master/doc/why-what-how.md)
### Run
* clone me
* run `composer start` or manually run `php -S localhost:8002 -t web/`
* open in browser
### Config Requirements:
* Copy `config/config.dist.php` to `config/config.php`
* Add github token
* Add repositories to get stats for
### Screenshot
