2017 © Pedro Peláez
 

library glip

Git library for PHP

image

sarkian/glip

Git library for PHP

  • Wednesday, May 28, 2014
  • by sarkian
  • Repository
  • 2 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 111 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

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., (*1)

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., (*2)

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)., (*3)

Usage

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

<?php

require_once '/path/to/vendor/autoload.php';

Create a new Git repository:, (*5)

<?php

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

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

The Versions

28/05 2014

dev-master

9999999-dev http://fimml.at/projects/glip

Git library for PHP

  Sources   Download

GNU GPLv2

The Requires

  • php >=5.2

 

git

28/05 2014

0.1.3

0.1.3.0 http://fimml.at/projects/glip

Git library for PHP

  Sources   Download

GNU GPLv2

The Requires

  • php >=5.2

 

git