piedweb/github

Github Meta Data Repo Extractor without api

v0.0.9 2021-01-20 14:50 UTC

This package is auto-updated.

Last update: 2024-04-20 23:12:44 UTC


README

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