Skip to content
umonkey edited this page Sep 13, 2010 · 12 revisions

Pake is a command line utility for executing predefined tasks, inspired by make. It is written in PHP and the tasks are also described in PHP.

Pake supports tasks with prerequisites. Pake can be bundled with your application as a single phar archive (or even as a single PHP file), end users don’t need to install Pake on their systems.

End user documentation

Developer Documentation

Clone this wiki locally