The preferred way of installation is through Composer. Add radic/phing-tasks as a dependency to
composer.json:
{
"require": {
"radic/phing-tasks": "1.*"
}
}Import the default build.xml to let Phing know about the tasks:
<import file="vendor/radic/phing-tasks/build.xml" />Or define the tasks on your own:
<taskdef name="changelog" classname="vendor/radic/phing-tasks/ChangelogTask" />
<taskdef name="bin" classname="vendor/radic/phing-tasks/BinTask" />Copyright 2014 Robin Radic