stuart / phingtasks
a collection of useful additional Phing tasks
1.0.0
2014-01-02 13:45 UTC
Requires (Dev)
- phix/autoloader: 4.*
This package is not auto-updated.
Last update: 2026-03-10 07:40:52 UTC
README
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.
Installation
You should install PhingTasks via Composer:
{
"require": {
"stuart/phingtasks": "1.*"
}
}
Usage
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