https://github.com/piedweb/github
[PHP] Github Meta Data Repo Extractor (via Web Interface)
https://github.com/piedweb/github
Last synced: 9 months ago
JSON representation
[PHP] Github Meta Data Repo Extractor (via Web Interface)
- Host: GitHub
- URL: https://github.com/piedweb/github
- Owner: PiedWeb
- License: mit
- Created: 2019-01-07T08:52:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T15:24:37.000Z (over 5 years ago)
- Last Synced: 2025-07-01T10:04:44.260Z (about 1 year ago)
- Language: PHP
- Homepage: https://dev.piedweb.com/
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Meta Data Repo Extractor
[](https://github.com/PiedWeb/Github/tags)
[](https://github.com/PiedWeb/Github/blob/master/LICENSE)
[](https://travis-ci.org/PiedWeb/Github)
[](https://scrutinizer-ci.com/g/PiedWeb/Github)
[](https://scrutinizer-ci.com/g/PiedWeb/Github/code-structure)
[](https://packagist.org/packages/piedweb/github)
## Install
Via [Packagist](https://img.shields.io/packagist/dt/piedweb/github.svg?style=flat)
``` bash
$ composer require piedweb/github
```
## Usage
``` php
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
``` bash
$ composer test
```
## Contributing
Please see [contributing](https://dev.piedweb.com/contributing)
## Credits
- [PiedWeb](https://piedweb.com)
- [All Contributors](https://github.com/PiedWeb/:package_skake/graphs/contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.
[](https://github.com/PiedWeb/Github/tags)
[](https://github.com/PiedWeb/Github/blob/master/LICENSE)
[](https://travis-ci.org/PiedWeb/Github)
[](https://scrutinizer-ci.com/g/PiedWeb/Github)
[](https://scrutinizer-ci.com/g/PiedWeb/Github/code-structure)
[](https://packagist.org/packages/piedweb/github)