tomzx / github-repository-comparator
Compare github repositories.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 4
Type:project
Requires
- guzzlehttp/guzzle: ~5.0
- laravel/framework: 5.2.*
- laravelcollective/html: 5.2.*
- mongodb/mongodb: ~1.0
Requires (Dev)
- barryvdh/laravel-debugbar: ~2.0
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2024-10-10 07:28:06 UTC
README
GitHub Repository Comparator
is a small laravel application which will fetch repositories data from the GitHub API.
The main purpose of GitHub Repository Comparator
is to allow users to quickly glance over a list of repositories and determine, based on their metrics, which one they'd like to do forward with.
Metrics
- Number of watchers
- Number of stars
- Number of forks
- Last commit datetime
- Number of open issues
- Number of open pull requests
Requirements
- PHP 5.4 <=
- MongoDB
- PHP MongoDB driver
Getting started
- Clone the repository
- Edit the
.env
file to specify your github applicationCLIENT_ID
andCLIENT_SECRET
- Make your server point to the
public
folder - Compare projects!
License
The code is licensed under the MIT license. See LICENSE.