Download the PHP package ryinner/githubinfo without Composer
On this page you can find all versions of the php package ryinner/githubinfo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ryinner/githubinfo
More information about ryinner/githubinfo
Files in ryinner/githubinfo
Download ryinner/githubinfo
More information about ryinner/githubinfo
Files in ryinner/githubinfo
Vendor ryinner
Package githubinfo
Short Description simple package for get info from git
License MIT
Package githubinfo
Short Description simple package for get info from git
License MIT
Please rate this library. Is it a good library?
Informations about the package githubinfo
Info
This is a simple package for get information from git.
Informer uses local command invocation to get information about the repository. It just run shell scripts and clean messages by regexp.
Functions:
(new Informer)->getConfigUsername
-git config user.name
, return string;(new Informer)->getCurrentBranch
-git branch
+ regexp, return string;(new Informer)->getLastCommitHashByOriginBranch
-git ls-remote --heads origin
+ regexp, return string;
All versions of githubinfo with dependencies
PHP Build Version
Package Version
No informations.
The package ryinner/githubinfo contains the following files
Loading the files please wait ....