03/12/2016 - PHING
Follow easy steps below to install phing globally.
$ CURL=`which curl`; $CURL -O https://www.phing.info/get/phing-latest.phar
$ sudo mv ./phing-latest.phar /usr/local/bin/phing && sudo chmod 755 /usr/local/bin/phing
$ phing
Buildfile: build.xml does not exist!