This document discusses using Phing for automating application builds. It begins with an introduction to Phing and its features such as being XML-based and extensible. It provides examples of basic Phing files using targets, properties, and tasks. It describes using properties for configuration, multiple targets with dependencies, and calling external Phing files or tasks. The document concludes with discussing various Phing tasks for tasks like copying files, running commands, and deployment.