2017 © Pedro Peláez
 

library git

PHP library for manipulations on git repository. Based on kbjr/Git.php and it's forks

image

coyl/git

PHP library for manipulations on git repository. Based on kbjr/Git.php and it's forks

  • Tuesday, September 12, 2017
  • by coyl
  • Repository
  • 4 Watchers
  • 8 Stars
  • 5,890 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 208 Forks
  • 0 Open issues
  • 17 Versions
  • 25 % Grown

The README.md

Git.php

A PHP git library based on kbjr/Git.php, (*1)

Description

A PHP git repository control library. Allows the running of any git command from a PHP class. Runs git commands using proc_open, not exec or the type, therefore it can run in PHP safe mode., (*2)

Requirements

A system with git installed, (*3)

Basic Use

require_once('Git.php');

$repo = Git::open('/path/to/repo');  // -or- Git::create('/path/to/repo')

$repo->add('.');
$repo->commit('Some commit message');
$repo->push('origin', 'master');

The Versions

12/09 2017

dev-master

9999999-dev https://github.com/coyl/Git.php

PHP library for manipulations on git repository. Based on kbjr/Git.php and it's forks

  Sources   Download

The Requires

  • php >=5.4

 

The Development Requires

git php-git git-client

12/09 2017

0.1.7

0.1.7.0 https://github.com/coyl/Git.php

PHP library for manipulations on git repository. Based on kbjr/Git.php and it's forks

  Sources   Download

The Requires

  • php >=5.4

 

The Development Requires

git php-git git-client

08/06 2016

0.1.6

0.1.6.0 https://github.com/coyl/Git.php

PHP library for manipulations on git repository. Based on kbjr/Git.php and it's forks

  Sources   Download

The Requires

  • php >=5.4

 

The Development Requires

git php-git git-client

25/04 2016

0.1.5

0.1.5.0 https://github.com/coyl/Git.php

PHP library for manipulations on git repository. Based on kbjr/Git.php and it's forks

  Sources   Download

The Requires

  • php >=5.4

 

The Development Requires

git php-git git-client

10/09 2015

0.1.4.13

0.1.4.13

  Sources   Download

10/09 2015

0.1.4.12

0.1.4.12

  Sources   Download

08/09 2015

0.1.4.11

0.1.4.11

  Sources   Download

13/07 2015

0.1.4.9

0.1.4.9

  Sources   Download

06/07 2015

0.1.4.8

0.1.4.8

  Sources   Download

09/06 2015

0.1.4.7

0.1.4.7

  Sources   Download

09/06 2015

0.1.4.6

0.1.4.6

  Sources   Download

08/06 2015

0.1.4.5

0.1.4.5

  Sources   Download

08/04 2015

0.1.4.4

0.1.4.4

  Sources   Download

08/04 2015

0.1.4.3

0.1.4.3

  Sources   Download

07/04 2015

0.1.4.2

0.1.4.2

  Sources   Download

07/04 2015

0.1.4.1

0.1.4.1

  Sources   Download

13/02 2014

0.2.0.x-dev

0.2.0.9999999-dev

  Sources   Download