LinuxCommandLibrary

phing

PHP build tool

TLDR

Run default target

$ phing
copy
Run specific target
$ phing [target]
copy
Use custom build file
$ phing -f [build.xml] [target]
copy
List targets
$ phing -l
copy
Set property
$ phing -D[name]=[value] [target]
copy

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.

SEE ALSO

ant(1), make(1), composer(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community