Skip to content

stuartherbert/PhingTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhingTasks

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

About

A collection of additional tasks for Phing

Resources

License

Stars

Watchers

Forks

Packages

No packages published