Skip to content

A Laravel interface for viewing your repositories stadistics.

License

Notifications You must be signed in to change notification settings

m1guelpf/gitstadistics

Repository files navigation

Gitstadistics

A Laravel interface for viewing your repositories stadistics.

NOTE: This project is no longer mantained. In fact, is was never mantained... 😄

Features:

  • 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!

Requirements:

  • PHP >= 5.6.4
  • Composer
  • MySQL
  • MySQL PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Installation:

  1. Clone or download this repo to somewhere on your server.
  2. Rename .env.example to .env and fill the database settings.
  3. Run composer install, php artisan key:generate and php artisan migrate.
  4. Create a Github OAuth app using [YOUR_URL]/callback as the Authorization callback URL and add them to .env.
  5. Enjoy!

Credits:

Releases

No releases published

Sponsor this project

 

Packages

No packages published