/org-stat-

Github Org Stats!

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

org-stat

Github Org Stats!

Pre-requisite

Setup

Run composer to install dependencies.

composer install

Add your github API keys to the config file. You can set up a personal access token here.

cp .env.example .env
vim .env
  • update GITHUB_PERSONAL_ACCESS_TOKEN_USER
  • update GITHUB_PERSONAL_ACCESS_TOKEN_PASSWORD
  • update GITHUB_ORGANISATION

Generate Database

php artisan migrate

Preview


Running the import script

Import your repository commit data into the local SQLite database by running the import script from your command line:

php artisan db:seed

Viewing the web interface

You can access the web interface through PHP's built in web-server. To use PHP's webserver run the following command from your command line:

php artisan serve

You should then be able to access the web interface through http://localhost:8000

Reference

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.