This document provides an introduction to Phing, an open source build tool that uses XML build files to automate tasks. Some key points:
- Phing is a platform-independent build tool based on Apache Ant that uses XML files to define projects, targets, tasks, properties and more.
- It allows automating repetitive tasks, minimizing errors, saving time and enforcing a universal automation approach.
- The document outlines how to install Phing, describes basic concepts like build files, projects, targets and tasks, and provides examples of tasks, filesets, mappers and filters.
- It also discusses how the author's company uses Phing to help manage larger projects, teams and new employees more