Download the PHP package controlaltdelete/git-version without Composer
On this page you can find all versions of the php package controlaltdelete/git-version. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download controlaltdelete/git-version
More information about controlaltdelete/git-version
Files in controlaltdelete/git-version
Download controlaltdelete/git-version
More information about controlaltdelete/git-version
Files in controlaltdelete/git-version
Vendor controlaltdelete
Package git-version
Short Description Find the current git version without using exec
License MIT
Package git-version
Short Description Find the current git version without using exec
License MIT
Please rate this library. Is it a good library?
Informations about the package git-version
This package can be used to find the latest git tag. This can be used in various ways, IE for cache busting of your assets. It does not use exec, shell_exec, etc. It tries to read the files in your .git folder and retrieve the version from that.
Installation
`
Usage
If the .git folder is the same folder as where the incoming request is made: `
If the .git folder is somewhere else: `
All versions of git-version with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.0
The package controlaltdelete/git-version contains the following files
Loading the files please wait ....