2017 © Pedro PelĂĄez
 

library github-graph

Graph the number of PR, issue on your github repository

image

lyrixx/github-graph

Graph the number of PR, issue on your github repository

  • Thursday, November 27, 2014
  • by lyrixx
  • Repository
  • 1 Watchers
  • 10 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

GithubGraph

This little app graph all Github history for a project, and push some data to a graphite server., (*1)

Requirements

  • php 5.5+
  • a graphite server

Installation (phar)

Download the latest phar, then create a config.yml file. See the sample., (*2)

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:, (*3)

[github]
pattern = ^github
retentions = 1d:5y

Usage

php github-graph.phar symfony/symfony

you can also play with verbosity level:, (*4)

# 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

The Versions

27/11 2014

dev-master

9999999-dev

Graph the number of PR, issue on your github repository

  Sources   Download

MIT

The Requires

 

The Development Requires

27/11 2014

v0.3.1

0.3.1.0

Graph the number of PR, issue on your github repository

  Sources   Download

MIT

The Requires

 

The Development Requires

25/11 2014

v0.3.0

0.3.0.0

Graph the number of PR, issue on your github repository

  Sources   Download

MIT

The Requires

 

The Development Requires

20/06 2014

v0.0.1

0.0.1.0

Graph the number of PR, issue on your github repository

  Sources   Download

MIT

The Requires