stuart/phingtasks

a collection of useful additional Phing tasks

Installs: 646

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/stuart/phingtasks

1.0.0 2014-01-02 13:45 UTC

This package is not auto-updated.

Last update: 2025-10-07 05:52:31 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

License

BSD