phing
PHP build tool
TLDR
Run default target
$ phing
Run specific target$ phing [target]
Use custom build file$ phing -f [build.xml] [target]
List targets$ phing -l
Set property$ phing -D[name]=[value] [target]
SYNOPSIS
phing [options] [target...]
DESCRIPTION
phing is PHP build tool. Port of Apache Ant to PHP.
The tool automates PHP builds. XML-based configuration.
PARAMETERS
TARGET
Build target to execute.-f FILE
Build file.-l
List targets.-DPROP=VALUE
Set property.-v
Verbose output.-q
Quiet mode.
CAVEATS
Requires PHP. XML build files. Ant-like syntax.
HISTORY
Phing (PHing Is Not GNU make) is a PHP port of Apache Ant.
