Search by

siad007 / versioncontrol_hg

siad007

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

Package info

github.com/siad007/versioncontrol_hg

pkg:composer/siad007/versioncontrol_hg

Statistics

Installs: 145 017

Dependents: 2

Suggesters: 1

Stars: 3

Open Issues: 0

v1.0.3 2021-01-22 20:43 UTC

This package is auto-updated.

Last update: 2026-08-23 08:33:29 UTC


README

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

Project Status Code Quality Code Coverage Project Dependencies
Build Status Scrutinizer Code Quality Code Climate Code Coverage Dependency Status

Documentation is available at Read the Docs.

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"
    }
}