siad007 / versioncontrol_hg
VersionControl_HG is a library that provides an OO interface to handle Mercurial repositories.
Installs: 125 905
Dependents: 2
Suggesters: 1
Security: 0
Stars: 3
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: >=5.4
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- mehr-als-nix/assumptions: ~1
- phpunit/phpunit: ~4
This package is auto-updated.
Last update: 2024-10-23 04:44:11 UTC
README
VersionControl_HG is a library that provides an OO interface to handle Mercurial repositories.
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"
}
}