Skip to content

Installation

Sahil-Gulati edited this page Aug 25, 2017 · 4 revisions

Installation

For installing PHPHump on your system you need to have composer installed on your system. Once required prerequisites have been installed you can proceed with the installation of PHPHump. For installing this you have to move to project directory where you want to use this on command line and just hit.

composer require sahil-gulati/phphump

OR

You can simply create a composer.json file and copy-paste below content.

{
    "require":{
        "sahil-gulati/phphump": "1.0.1"
    }
}

and hit composer install

Clone this wiki locally