Download the PHP package lyrixx/github-graph without Composer
On this page you can find all versions of the php package lyrixx/github-graph. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lyrixx/github-graph
More information about lyrixx/github-graph
Files in lyrixx/github-graph
Download lyrixx/github-graph
More information about lyrixx/github-graph
Files in lyrixx/github-graph
Vendor lyrixx
Package github-graph
Short Description Graph the number of PR, issue on your github repository
License MIT
Package github-graph
Short Description Graph the number of PR, issue on your github repository
License MIT
Please rate this library. Is it a good library?
Informations about the package github-graph
GithubGraph
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
All versions of github-graph with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
doctrine/cache Version ~1.2.0
knplabs/github-api Version ~1.3.0
symfony/console Version ~2.3
symfony/filesystem Version ~2.0
symfony/yaml Version ~2.0
doctrine/cache Version ~1.2.0
knplabs/github-api Version ~1.3.0
symfony/console Version ~2.3
symfony/filesystem Version ~2.0
symfony/yaml Version ~2.0
The package lyrixx/github-graph contains the following files
Loading the files please wait ....