indeyets/pake

PHP automation tool inspired by Rake

Maintainers

👁 indeyets

Package info

github.com/indeyets/pake

Homepage

Forum

Wiki

pkg:composer/indeyets/pake

Statistics

Installs: 194 502

Dependents: 12

Suggesters: 0

Stars: 182

Open Issues: 12

1.99.5 2021-12-13 10:45 UTC

Requires

Requires (Dev)

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT 2b6100821857639d2171ae0a3e78543ad06278e5

buildtaskautomation

This package is not auto-updated.

Last update: 2026-06-23 08:02:20 UTC


README

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