Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottrobertson/php-git

Simple Git wrapper for PHP
https://github.com/scottrobertson/php-git

Last synced: 10 days ago
JSON representation

Simple Git wrapper for PHP

Awesome Lists containing this project

README

        

Git PHP Wrapper
=======

[![Build Status](https://travis-ci.org/scottrobertson/php-git.png?branch=master)](https://travis-ci.org/scottrobertson/php-git)
[![Dependency Status](https://www.versioneye.com/user/projects/52c07e4cec1375db60000169/badge.png)](https://www.versioneye.com/user/projects/52c07e4cec1375db60000169)

This is a very simple PHP wrapper for Git. It contains a limited set of functionality right now, and things will be added as I (and others) need them.

## Example
```php
getCommits());

```