Download the PHP package adt/tracy-git without Composer
On this page you can find all versions of the php package adt/tracy-git. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adt/tracy-git
More information about adt/tracy-git
Files in adt/tracy-git
Download adt/tracy-git
More information about adt/tracy-git
Files in adt/tracy-git
Please rate this library. Is it a good library?
Informations about the package tracy-git
DEPRECATED
See https://github.com/AppsDevTeam/tracy-system-info
Tracy Git panel
Useful for displaying information about currently deployed application version.
Installation
Composer:
config.neon:
Currently supported providers are:
json
- needs
file
to be specified and existing
- needs
Updating git info
JSON provider
run vendor/bin/tracy-git-json app/git.json
- use
-h
or--help
to display usage, - use
--with-user
to include current git user, - use
--with-timestamp
to include current timestamp
Note: do not forget do add app/git.json
to your .gitignore
.
Auto update
Most deploy systems have list of commands to execute before actual deploy takes place.
Eg. for dg/ftp-deployment
and JSON provider:
-
ini config
before[] = local: vendor/bin/tracy-git-json app/git.json --with-user
-
php config
$before[] = 'local: vendor/bin/tracy-git-json app/git.json --with-user';
All versions of tracy-git with dependencies
PHP Build Version
Package Version
No informations.
The package adt/tracy-git contains the following files
Loading the files please wait ....