PHPackages                             laurentj/glip - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. laurentj/glip

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laurentj/glip
=============

Git library for PHP

v1.1.0(1mo ago)0141GPL-2.0-onlyPHPPHP &gt;=7.4

Since Nov 15Pushed 1mo agoCompare

[ Source](https://github.com/laurentj/glip)[ Packagist](https://packagist.org/packages/laurentj/glip)[ RSS](/packages/laurentj-glip/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

About
-----

[](#about)

glip is a Git Library In PHP. It allows you to access bare git repositories from PHP scripts, even without having git installed. This project is a fork of Patrik Fimml's original one that can still be found a the project's homepage located at .

This project also includes some changes made by the community at large.

Installation
------------

[](#installation)

You can install it from Composer. In your project:

```
composer require "laurentj/glip"

```

Usage
-----

[](#usage)

Include the autoload file, as shown below, if you didn't install the library with Composer:

```
