Pake

Pake is a command line interface utility (CLI) created by the same creators of the Symfony Framework, with similar capabilities to make and Phing. It is used in PHP projects to automate command line tasks in projects such as configuration, installation, constructing models, views and controllers (as part of the MVC design pattern). The tool allows users to create custom tasks which can then be executed, along with custom attributes, using the command line version of PHP.
Pake is heavily based on rake, a similar system for Ruby.
Features
* Pakefiles are completely defined in standard PHP syntax.
* Users can define tasks with prerequisites.
* Pake is lightweight and can be re-distributed as a single PHP file.
Development status
This tool was deprecated after the release of the Symfony framework's 1.1 version.
 
< Prev   Next >