indeyets / pake

pake is a PHP automation tool with capabilities similar to make
http://wiki.github.com/indeyets/pake
MIT License
183 stars 16 forks source link

Pake

Pake is a PHP automation tool with capabilities similar to make. See Wiki for details.

Latest Stable Version Total Downloads

Installation

The recommended way to install Pake is through Composer. Just create a composer.json file and run the php composer.phar install command to install it:

{
    "require": {
        "indeyets/pake": "~1.99"
    }
}