2017 © Pedro Peláez
 

library php-git

Simple wrapper for Git

image

ywarnier/php-git

Simple wrapper for Git

  • Tuesday, December 19, 2017
  • by ywarnier
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 45 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Git

Simple PHP wrapper for Git, forked from sebastianbergmann/git which is no longer maintained., (*1)

This wrapper is mostly focused on getting logs from a Git branch, for example to prepare changelog files from commits., (*2)

Installation

You can add this library as a local, per-project dependency to your project using Composer:, (*3)

composer require sebastian/git

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:, (*4)

composer require --dev sebastian/git

The Versions

19/12 2017

dev-master

9999999-dev http://www.github.com/ywarnier/php-git

Simple wrapper for Git

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

by Yannick Warnier

git

14/06 2014

2.0.0

2.0.0.0 http://www.github.com/sebastianbergmann/git

Simple wrapper for Git

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

git

04/08 2013

1.2.0

1.2.0.0 http://www.github.com/sebastianbergmann/git

Simple wrapper for Git

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

git

03/08 2013

1.1.0

1.1.0.0 http://www.github.com/sebastianbergmann/git

Simple wrapper for Git

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

git

29/05 2013

1.0.0

1.0.0.0 http://www.github.com/sebastianbergmann/git

Simple wrapper for Git

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

git