A Laravel interface for viewing your repositories stadistics.
NOTE: This project is no longer mantained. In fact, is was never mantained... 😄
- Multi-user support: You can add all the users you want. In fact, anyone with a Github account can use it if you expose it on the internet!
- Uses Github Style: Gitstadistics uses PrimeCSS and Octicons for having a github-like style!
- Caching: Gitstadistics uses notification caching to reduce load time and provide you an awesome experience!
- PHP >= 5.6.4
- Composer
- MySQL
- MySQL PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Clone or download this repo to somewhere on your server.
- Rename .env.example to .env and fill the database settings.
- Run
composer install
,php artisan key:generate
andphp artisan migrate
. - Create a Github OAuth app using
[YOUR_URL]/callback
as the Authorization callback URL and add them to.env
. - Enjoy!
- PHP - For his awesome work on developing PHP.
- MySQL - For that awesome DB software.
- Laravel - For this awesome framework.
- Github - For his API and the awesome people at Github Support.
- KNP Labs - For his awesome php-github-api.
- Graham Campbell - For his awesome Laravel Github.