cometcult / metrics-game
Gamification of the amount of commits contributed to a repository
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/cometcult/metrics-game
Requires
- php: >=5.3.3
- gentle/bitbucket-api: ^0.7.0
- hipchat/hipchat-php: ^1.4
- knplabs/github-api: ^1.5
- maknz/slack: ^1.7
- symfony/config: ^2.7
- symfony/console: ^2.7
- symfony/dependency-injection: ^2.7
Requires (Dev)
- phpspec/phpspec: dev-master
This package is not auto-updated.
Last update: 2025-10-07 10:04:23 UTC
README
Gamify your git experience!
The Comet Cult Metrics Game is a script that should be runned daily. It gathers the amount of commits in your company's github and/or bitbucket account and sends the metrics to HipChat.
If you like it feel free to contribute with other metrics or notifications :)
Configuring & Installing
cp config.yml.dist config.yml # supply your settings in config.yml curl -s http://getcomposer.org/installer | php php composer.phar install
Running
To run the game after you have it configured type:
php app/console thecometcult:metrics
Specs
To run the specs just type:
./bin/phpspec run