PhingTasks is a collection of useful tasks for use with Phing, the PHP development automation tool.
Some of these tasks were originally bundled as part of the Phix project; they've been broken out into a separate project so that they can be more widely reused.
You should install PhingTasks via Composer:
{
"require": {
"stuart/phingtasks": "1.*"
}
}Please see the online documentation for each task:
- Dedupe - Remove duplicate files from a folder tree
- Now - Set a project property to the current date and time
- PhingCallIfExists - Call a target only if it has been defined