tomzx/github-repository-comparator

Compare github repositories.

dev-master 2016-02-13 03:39 UTC

This package is auto-updated.

Last update: 2024-04-10 06:24:55 UTC


README

License Latest Stable Version Latest Unstable Version Build Status Code Quality Code Coverage Total Downloads

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

  1. PHP 5.4 <=
  2. MongoDB
  3. PHP MongoDB driver

Getting started

  1. Clone the repository
  2. Edit the .env file to specify your github application CLIENT_ID and CLIENT_SECRET
  3. Make your server point to the public folder
  4. Compare projects!

License

The code is licensed under the MIT license. See LICENSE.