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

https://github.com/siad007/versioncontrol_hg

VersionControl_HG is a library that provides an OO interface to handle Mercurial repositories.
https://github.com/siad007/versioncontrol_hg

oo-interface php versioncontrol-hg

Last synced: about 1 year ago
JSON representation

VersionControl_HG is a library that provides an OO interface to handle Mercurial repositories.

Awesome Lists containing this project

README

          

VersionControl_HG
=================

VersionControl_HG is a library that provides an OO interface to handle Mercurial repositories.

| Project Status | Code Quality | Code Coverage | Project Dependencies |
|:-------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:|
|[![Build Status](https://travis-ci.org/siad007/versioncontrol_hg.png?branch=master)](https://travis-ci.org/siad007/versioncontrol_hg)|[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/siad007/versioncontrol_hg/badges/quality-score.png?s=58fad0e4e15cab2bda4e29d0d7c166f26d33f4c0)](https://scrutinizer-ci.com/g/siad007/versioncontrol_hg/) [![Code Climate](https://codeclimate.com/github/siad007/versioncontrol_hg/badges/gpa.svg)](https://codeclimate.com/github/siad007/versioncontrol_hg)|[![Code Coverage](https://scrutinizer-ci.com/g/siad007/versioncontrol_hg/badges/coverage.png?s=e80a7752ea39d75e0546103cfc5396f8d0f3b0dd)](https://scrutinizer-ci.com/g/siad007/versioncontrol_hg/)|[![Dependency Status](https://www.versioneye.com/user/projects/53e2ae35e0a2293748000015/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53e2ae35e0a2293748000015)|

Documentation is available at [Read the Docs](https://versioncontrol-hg.readthedocs.org/en/latest/).

## Installation
Add a dependency on `siad007/versioncontrol_hg` to your project's composer.json file.

Here is a minimal example of a manually created composer.json file that just defines a dependency on versioncontrol_hg
```
{
"require": {
"siad007/versioncontrol_hg": "~1"
}
}
```