indeyets / pake
PHP automation tool inspired by Rake
Installs: 127 005
Dependents: 12
Suggesters: 0
Security: 0
Stars: 182
Watchers: 12
Forks: 16
Open Issues: 12
Requires
- php: >=5.2.1
- ext-ctype: *
- ext-json: *
- ext-mbstring: *
Requires (Dev)
- simpletest/simpletest: 1.1.*
Suggests
- ext-bz2: *
- ext-pcntl: *
- ext-phar: *
- ext-posix: *
- ext-zlib: *
- phing/phing: 2.4.*
- simpletest/simpletest: 1.1.*
README
Pake is a PHP automation tool with capabilities similar to make. See Wiki for details.
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"
}
}