phing

PHP5 project build system based on Apache Ant
  https://www.phing.info/
  2
  1 review



PHing Is Not GNU make; it's a project build system based on Apache Ant. You can do anything with it that you could do with a traditional build system like GNU make, and its use of simple XML build files and extensible PHP "task" classes make it an easy-to-use and highly flexible build framework. Features include file transformations (e.g. token replacement, XSLT transformation, Smarty template transformations, etc.), file system operations, interactive build support, SQL execution, and much more.

Phing provides the following features: * Simple XML buildfiles * Rich set of provided tasks * Easily extendable via PHP classes
Latest reviews
5
Philou_69 5 days ago

I discover phing recently for my personal usage and I think it's a nice software for build, deploy and execute database migrations (at least). But the version provided by the Software Manager is very old and I recommend to install Phing with Composer or downloading the .phar archive to share the software between projects. In that case move the downloaded file manually to /usr/local/bin/phing, next do chmod root:root and chown 755.