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

Pake is a build-tool written in PHP, using PHP as a language for describing build-rules. There’s no need to use XML or some custom language: PHP knowledge is enough. 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

  1. Installing Pake
  2. Using Pake

Developer Documentation

  1. Pakefiles
  2. Helpers
    1. pakeFinder or “How to build a list of files?”
    2. YAML support or “Configuration-files should be readable!”
    3. File operations and other basic-helpers
    4. Version Control Systems or “How do I get my plugin from Git?”
    5. Deployment tools or “How do I publish my project to the hosting server?”
  3. Plugins
    1. Phing Plugin
    2. SimpleTest Plugin
Clone this wiki locally