Installation

Hitch comes bundled as a package in the Packagist repository.

Ensure that you have setup composer, and add clarkf/hitch to your composer.json file:

{
    "require": {
        "clarkf/hitch": "@dev-master"
    }
}

Be careful, Hitch has not yet been fully released, and as such, does not have any tagged versions within Packagist. By requiring @dev-master, you will get the most current version from the Github Repository. Be sure to verify the build status before including it in your project!

https://travis-ci.org/clarkf/hitch.png?branch=master