2017 © Pedro Peláez
 

library git-wrapper

A PHP (read-only) wrapper for the Git command line utility

image

ichhabrecht/git-wrapper

A PHP (read-only) wrapper for the Git command line utility

  • Sunday, March 12, 2017
  • by IchHabRecht
  • Repository
  • 1 Watchers
  • 3 Stars
  • 196 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

git-wrapper

A PHP (read-only) wrapper for the Git command line utility., (*1)

Latest Stable Version Build Status, (*2)

Installation

It's recommended that you use Composer to install the git-wrapper., (*3)

$ composer require ichhabrecht/git-wrapper

Usage

Clone a repository, (*4)

$gitWrapper = new IchHabRecht\GitWrapper\GitWrapper();

$gitRepository = $gitWrapper->cloneRepository('https://github.com/IchHabRecht/git-wrapper.git', __DIR__ . '/git-wrapper');

Get working copy, (*5)

$gitWrapper = new IchHabRecht\GitWrapper\GitWrapper();

$gitRepository = $gitWrapper->getRepository(__DIR__ . '/git-wrapper');
$gitRepository->fetch();
$gitRepository->pull();

The Versions

12/03 2017

dev-master

9999999-dev https://github.com/IchHabRecht/git-wrapper

A PHP (read-only) wrapper for the Git command line utility

  Sources   Download

MIT

The Requires

 

The Development Requires

git php wrapper utility

12/03 2017

1.3.0

1.3.0.0 https://github.com/IchHabRecht/git-wrapper

A PHP (read-only) wrapper for the Git command line utility

  Sources   Download

MIT

The Requires

 

The Development Requires

git php wrapper utility

14/05 2016

1.2.0

1.2.0.0 https://github.com/IchHabRecht/git-wrapper

A PHP (read-only) wrapper for the Git command line utility

  Sources   Download

MIT

The Requires

 

The Development Requires

git php wrapper utility

06/05 2016

1.1.0

1.1.0.0 https://github.com/IchHabRecht/git-wrapper

A PHP (read-only) wrapper for the Git command line utility

  Sources   Download

MIT

The Requires

 

The Development Requires

git php wrapper utility

05/05 2016

1.0.0

1.0.0.0 https://github.com/IchHabRecht/git-wrapper

A PHP (read-only) wrapper for the Git command line utility

  Sources   Download

MIT

The Requires

 

git php wrapper utility