2017 © Pedro Peláez
 

library glip

Rudimentary access to Git repos in native PHP

image

aredridel/glip

Rudimentary access to Git repos in native PHP

  • Monday, April 30, 2012
  • by aredridel
  • Repository
  • 1 Watchers
  • 4 Stars
  • 669 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 110 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Development has moved to http://github.com/xaav/GitBundle., (*1)

glip is a Git Library In PHP. It allows you to access bare git repositories from PHP scripts, even without having git installed. The project's homepage is located at http://fimml.at/glip., (*2)

glip was formerly part of eWiki, a wiki software written in PHP using git as version control backend. You can get more information on eWiki from http://fimml.at/ewiki., (*3)

glip was split off eWiki on May 31, 2009. An attempt was made to preserve commit history by using git filter-branch; this also means that commit messages before May 31, 2009 may seem weird (esp. wrt file names)., (*4)

Usage

Include the autoload file, as shown below:, (*5)

<?php

require_once __DIR__.'lib/autoload.php';

Create a new Git repository:, (*6)

<?php

use Glip\Git

$repo = new Git('project/.git');

Anyone who wants to contribute to this project is more than welcome to send a pull request, (*7)

The Versions

30/04 2012

dev-master

9999999-dev

Rudimentary access to Git repos in native PHP

  Sources   Download

The Requires

  • php >=5.3.0

 

30/04 2012

v0.1.2

0.1.2.0

Rudimentary access to Git repos in native PHP

  Sources   Download

The Requires

  • php >=5.3.0

 

30/04 2012

v0.1.1

0.1.1.0

Rudimentary access to Git repos in native PHP

  Sources   Download

The Requires

  • php >=5.3.0