Download the PHP package ippey/gh-random-contributor without Composer
On this page you can find all versions of the php package ippey/gh-random-contributor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ippey/gh-random-contributor
More information about ippey/gh-random-contributor
Files in ippey/gh-random-contributor
Download ippey/gh-random-contributor
More information about ippey/gh-random-contributor
Files in ippey/gh-random-contributor
Vendor ippey
Package gh-random-contributor
Short Description This is a library for getting random GitHub contributors.
License MIT
Package gh-random-contributor
Short Description This is a library for getting random GitHub contributors.
License MIT
Please rate this library. Is it a good library?
Informations about the package gh-random-contributor
gh-random-contributor
A library for getting random GitHub contributors.
Installation
How to use
GhRandomContributor::createFetcher()
creates a fetcher. This fetcher gets a specific repository's GitHub Contributor randomly via get()
method.
get()
method returns a GitHub contributor as Ippey\GhRandomContributor\GhContributor
.
GhContributor
property | explanation | e.g. |
---|---|---|
id | GitHub id | 12345 |
username | GitHub username | Ippey |
avatarUrl | Avatar URL | https://avatars.githubusercontent.com/u/471948?v=4 |
thumbnailUrl | Thumbnail URL (80px) | https://avatars.githubusercontent.com/u/471948?v=4&s=80 |
url | GitHub user page URL | https://github.com/Ippey |
contributions | Contributions in the repository | 100 |
License
MIT
All versions of gh-random-contributor with dependencies
PHP Build Version
Package Version
The package ippey/gh-random-contributor contains the following files
Loading the files please wait ....