Install Phing by adding a dependency to phing/phing to the require-dev or require section of your project's composer.json configuration file, and running 'composer install':
require-dev
require
{ "require-dev": { "phing/phing": "2.*" } }