Search by

umpirsky / oregon

umpirsky

Statistics library for open source organizations.

Package info

github.com/umpirsky/Oregon

pkg:composer/umpirsky/oregon

Statistics

Installs: 132

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

dev-master / 0.1.x-dev 2016-03-12 16:50 UTC

This package is not auto-updated.

Last update: 2026-09-13 00:17:50 UTC


README

symfony upgrade fixer • twig gettext extractor • wisdom • centipede • permissions handler • extraload • gravatar • locurro • country list • transliterator

Oregon Build Status

Statistics library for open source organizations.

It can fetch and aggregate various information about organization from GitHub and Packagist.

Usage

Get contributors:

<?php

(new Oregon\Oregon('Sylius'))->getContributors();

This will merge GitHub contributors for all repositories in Sylius organization sorted by number of contributions.

Get downlod count:

<?php

(new Oregon\Oregon('Sylius'))->getDownloads();

This will sum download count for all packages from Sylius vendor fetched from Packagist.

See more examples.

Installation

The recommended way to install Oregon is through composer:

{
    "require": {
        "umpirsky/oregon": "0.1.*"
    }
}