valerian/gitpanel

Git Panel for Nette Framework

v0.1.0 2015-06-02 12:27 UTC

This package is not auto-updated.

Last update: 2024-05-11 15:40:35 UTC


README

Panel for Tracy debug panel. Shows current branch and git log.

Requirements

  • Git wrapper requires PHP 5.3.2 or higher and git.
  • Valerian\Git

Installation

Install library via composer:

composer require Valerian/GitPanel

Getting Started

Register panel

nette:
    nette:
    	debugger:
    		bar:
    			- @gitPanel
services:
	gitPanel:
		class: Valerian\GitPanel\GitPanel
		setup:
			- $logHistory(3)
			- $gitPath(%appDir%/../)