Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scottrobertson/php-git
- Owner: scottrobertson
- License: gpl-2.0
- Created: 2013-12-29T16:39:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-29T20:40:27.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T02:29:42.983Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 133 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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());```