GithubHelp home page GithubHelp logo

kokareff / glip Goto Github PK

View Code? Open in Web Editor NEW

This project forked from patrikf/glip

0.0 1.0 0.0 514 KB

git library in PHP

Home Page: http://mvdkleijn.github.io/glip/

License: GNU General Public License v2.0

glip's Introduction

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 http://fimml.at/glip.

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

Usage

Include the autoload file, as shown below:

<?php

require_once __DIR__.'lib/autoload.php';

Create a new Git repository:

<?php

use Glip\Git

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

Contributing

Please feel free to help make glip stable, fast and easy to use, based on the KISS principle. I've created a public wiki on Github and activated the issue system. Feel free to send pull requests.

Project history

The original glip library 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).

glip's People

Contributors

patrikf avatar xaav avatar upliner avatar mvdkleijn avatar soult avatar aredridel avatar laurentj avatar halstead avatar matthewhadley avatar captn3m0 avatar damz avatar zeisss avatar

Watchers

Roman Kokarev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.