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.
- Host: GitHub
- URL: https://github.com/siad007/versioncontrol_hg
- Owner: siad007
- License: mit
- Created: 2014-08-03T12:27:31.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2021-01-22T20:47:43.000Z (over 5 years ago)
- Last Synced: 2025-04-23T19:15:57.266Z (about 1 year ago)
- Topics: oo-interface, php, versioncontrol-hg
- Language: PHP
- Homepage: http://siad007.github.io/versioncontrol_hg/
- Size: 2.74 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |
|:-------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:|
|[](https://travis-ci.org/siad007/versioncontrol_hg)|[](https://scrutinizer-ci.com/g/siad007/versioncontrol_hg/) [](https://codeclimate.com/github/siad007/versioncontrol_hg)|[](https://scrutinizer-ci.com/g/siad007/versioncontrol_hg/)|[](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"
}
}
```