• Stars
    star
    182
  • Rank 210,493 (Top 5 %)
  • Language
    PHP
  • License
    MIT License
  • Created about 15 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

pake is a PHP automation tool with capabilities similar to make

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