Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1guelpf/gitstadistics
A Laravel interface for viewing your repositories stadistics.
https://github.com/m1guelpf/gitstadistics
github github-api laravel laravel-interface mysql php repositories-stadistics
Last synced: 17 days ago
JSON representation
A Laravel interface for viewing your repositories stadistics.
- Host: GitHub
- URL: https://github.com/m1guelpf/gitstadistics
- Owner: m1guelpf
- License: mit
- Created: 2017-01-10T19:53:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T20:27:25.000Z (almost 7 years ago)
- Last Synced: 2024-10-25T05:58:22.056Z (2 months ago)
- Topics: github, github-api, laravel, laravel-interface, mysql, php, repositories-stadistics
- Language: PHP
- Homepage:
- Size: 307 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitstadistics
A Laravel interface for viewing your repositories stadistics.**NOTE: This project is no longer mantained. In fact, is was never mantained... :smile:**
## 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](http://primercss.io/) and [Octicons](https://octicons.github.com) 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](https://github.com/settings/applications/new) using ```[YOUR_URL]/callback``` as the **Authorization callback URL** and add them to ```.env```.
5. Enjoy!## Credits:
- [PHP](https://php.net) - For his awesome work on developing PHP.
- [MySQL](https://mysql.com) - For that awesome DB software.
- [Laravel](https://laravel.com) - For this awesome framework.
- [Github](https://github.com) - For his [API](https://developers.github.com/v3) and the awesome people at [Github Support](https://github.com/contact).
- [KNP Labs](https://knplabs.com) - For his awesome [php-github-api](https://github.com/KnpLabs/php-github-api).
- [Graham Campbell](https://gjcampbell.co.uk/) - For his awesome [Laravel Github](https://github.com/GrahamCampbell/Laravel-GitHub).