lyrixx / github-graph
This package is abandoned and no longer maintained.
No replacement package was suggested.
Graph the number of PR, issue on your github repository
v0.3.1
2014-11-27 08:17 UTC
Requires
- php: >=5.5.0
- doctrine/cache: ~1.2.0
- knplabs/github-api: ~1.3.0
- symfony/console: ~2.3
- symfony/filesystem: ~2.0
- symfony/yaml: ~2.0
Requires (Dev)
- symfony/var-dumper: ~2.6@dev
This package is auto-updated.
Last update: 2020-02-11 17:41:45 UTC
README
This little app graph all Github history for a project, and push some data to a graphite server.
Requirements
- php 5.5+
- a graphite server
Installation (phar)
Download the latest phar, then
create a config.yml
file. See the sample.
Installation (manual)
composer create-project lyrixx/github-graph
cd github-graph
cp config.yml-dist config.yml
# configure this file
php bin/github-graph symfony/symfony
Graphite configuration
You will probably need to update storage-schemas.conf
of the carbon configuration:
[github]
pattern = ^github
retentions = 1d:5y
Usage
php github-graph.phar symfony/symfony
you can also play with verbosity level:
# display nothing
php github-graph.phar symfony/symfony -q
# default display
php github-graph.phar symfony/symfony
# More verbose
php github-graph.phar symfony/symfony -v
# Very verbose
php github-graph.phar symfony/symfony -vv