PHPackages                             piedweb/github - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. piedweb/github

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

piedweb/github
==============

Github Meta Data Repo Extractor without api

v0.0.9(5y ago)111.5kMITPHPPHP ~7.1|^8.0

Since Jan 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/PiedWeb/Github)[ Packagist](https://packagist.org/packages/piedweb/github)[ Docs](https://dev.piedweb.com)[ RSS](/packages/piedweb-github/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (5)Versions (10)Used By (0)

[![Open Source Package](https://raw.githubusercontent.com/PiedWeb/piedweb-devoluix-theme/master/src/img/logo_title.png)](https://dev.piedweb.com)

Github Meta Data Repo Extractor
===============================

[](#github-meta-data-repo-extractor)

[![Latest Version](https://camo.githubusercontent.com/b6e522770931478336716fa36a34185e07d5fb401a31f4227548c20a30dee94c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f506965645765622f4769746875622e7376673f7374796c653d666c6174266c6162656c3d72656c65617365)](https://github.com/PiedWeb/Github/tags)[![Software License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/PiedWeb/Github/blob/master/LICENSE)[![Build Status](https://camo.githubusercontent.com/56896098cc0627e8694a3bb839d12ad245ddbbff94769e6bf0a24738bd699b70/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f506965645765622f4769746875622f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/PiedWeb/Github)[![Quality Score](https://camo.githubusercontent.com/75f7201192d1bf779483eb1e72a75a129616a365f04f63b2093a874fdc5fb52e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f506965645765622f4769746875622e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/PiedWeb/Github)[![Code Coverage](https://camo.githubusercontent.com/ca3a6cd71ad4fdc2d9e6906817f930d526e51c9ea7cdd65a4f75b4a8a7ffcee2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f506965645765622f4769746875622e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/PiedWeb/Github/code-structure)[![Total Downloads](https://camo.githubusercontent.com/ce62c0068f3aa8c11442f62423a7d304eaafad5c964418b3df429f29b5b383f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706965647765622f6769746875622e7376673f7374796c653d666c6174)](https://packagist.org/packages/piedweb/github)

Install
-------

[](#install)

Via [Packagist](https://img.shields.io/packagist/dt/piedweb/github.svg?style=flat)

```
$ composer require piedweb/github
```

Usage
-----

[](#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
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing](https://dev.piedweb.com/contributing)

Credits
-------

[](#credits)

- [PiedWeb](https://piedweb.com)
- [All Contributors](https://github.com/PiedWeb/:package_skake/graphs/contributors)

License
-------

[](#license)

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

[![Latest Version](https://camo.githubusercontent.com/b6e522770931478336716fa36a34185e07d5fb401a31f4227548c20a30dee94c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f506965645765622f4769746875622e7376673f7374796c653d666c6174266c6162656c3d72656c65617365)](https://github.com/PiedWeb/Github/tags)[![Software License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/PiedWeb/Github/blob/master/LICENSE)[![Build Status](https://camo.githubusercontent.com/56896098cc0627e8694a3bb839d12ad245ddbbff94769e6bf0a24738bd699b70/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f506965645765622f4769746875622f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/PiedWeb/Github)[![Quality Score](https://camo.githubusercontent.com/75f7201192d1bf779483eb1e72a75a129616a365f04f63b2093a874fdc5fb52e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f506965645765622f4769746875622e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/PiedWeb/Github)[![Code Coverage](https://camo.githubusercontent.com/ca3a6cd71ad4fdc2d9e6906817f930d526e51c9ea7cdd65a4f75b4a8a7ffcee2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f506965645765622f4769746875622e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/PiedWeb/Github/code-structure)[![Total Downloads](https://camo.githubusercontent.com/ce62c0068f3aa8c11442f62423a7d304eaafad5c964418b3df429f29b5b383f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706965647765622f6769746875622e7376673f7374796c653d666c6174)](https://packagist.org/packages/piedweb/github)

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~93 days

Recently: every ~186 days

Total

9

Last Release

2031d ago

PHP version history (2 changes)0.0.1PHP ~7.1

v0.0.9PHP ~7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/afce4cf517928a50560237f1410d5957271fd808671b2216687ecf1422adaee0?d=identicon)[Robin D.](/maintainers/Robin%20D.)

---

Top Contributors

[![RobinDev](https://avatars.githubusercontent.com/u/3944894?v=4)](https://github.com/RobinDev "RobinDev (3 commits)")

---

Tags

githubPied Web

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/piedweb-github/health.svg)

```
[![Health](https://phpackages.com/badges/piedweb-github/health.svg)](https://phpackages.com/packages/piedweb-github)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[unicodeveloper/laravel-emoji

A Laravel 5 Package for Using &amp; Working With Emojis

21025.2k](/packages/unicodeveloper-laravel-emoji)[unicodeveloper/laravel-identify

A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language

19522.0k](/packages/unicodeveloper-laravel-identify)[jwage/changelog-generator

Generate a markdown changelog document from a GitHub milestone.

10376.1k](/packages/jwage-changelog-generator)[producer/producer

Tools for releasing library packages; supports Git, Mercurial, Github, Gitlab, and Bitbucket.

10420.1k3](/packages/producer-producer)[victorybiz/geoip-location

Get the geographical location of website visitors based on their IP addresses. Support Laravel and PHP (Non-Laravel) Project.

22171.2k3](/packages/victorybiz-geoip-location)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
