/Github

[PHP] Github Meta Data Repo Extractor (via Web Interface)

Primary LanguagePHPMIT LicenseMIT

Open Source Package

Github Meta Data Repo Extractor

Latest Version Software License Build Status Quality Score Code Coverage Total Downloads

Install

Via Packagist

$ composer require piedweb/github

Usage

use PiedWeb\Github\ExtractRepoMetaData;

$github = new ExtractRepoMetaData('https://github.com/PiedWeb/CMS');

$github->getName()        // @return string
$github->getDescription() // @return string
$github->getStars()       // @return string
$github->getRepo()        // @return string eg. PiedWeb/CMS
$github->getUrl()        // @return string

Testing

$ composer test

Contributing

Please see contributing

Credits

License

The MIT License (MIT). Please see License File for more information.

Latest Version Software License Build Status Quality Score Code Coverage Total Downloads