DevOps

PHing – build system based on Apache Ant

PHing is a PHP project build system or build tool 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.

PHing uses XML buildfiles that contain a description of the things to do. The buildfile is structured into targets that contain the actual commands to perform (e.g. commands to copy a file, delete a directory, perform a DB query, etc.). So, to use PHing, you would first write your buildfile and then you would run phing, specifying the target in your buildfile that you want to execute.

PHing is free and open source software.

Key Features

  • Simple XML buildfiles.
  • Rich set of provided tasks.
  • Run PHPUnit unit tests (including test result and coverage reports).
  • File transformations (e.g. token replacement, XSLT transformation, template transformations).
  • File system operations.
  • Interactive build support.
  • SQL execution.
  • Git, Mercurial and Subversion operations.
  • Tools for creating PEAR packages, documentation generation (PhpDocumentor, ApiGen).
  • Extendable via PHP classes.
  • No external dependencies are needed.
  • Cross-platform support – runs under Linux, Mac OS X, and Windows.

Website: www.phing.info
Support: User Guide, GitHub Code Repository
Developer: Michiel Rook, Ken Guest, Siad Ardroumli, Jawira Portugal, Thomas Müller, and Blair Cooper
License: GNU Lesser General Public License v3.0


Related Software

Build Systems
CargoRust package manager
gulpToolkit to automate & enhance your workflow
BazelBuild and test your multi-language, multi-platform projects
Apache MavenBuild automation tool used primarily for Java projects
GradleBuild tool with a focus on build automation and support for multi-language
MesonNext-generation build system
CMakeFamily of tools designed to build, test and package software
Buck2Encourages the creation of small, reusable modules
LeiningenAutomating Clojure projects
GruntJavaScript Task Runner
NinjaSmall build system with a focus on speed
xmakeCross-platform build utility based on Lua
SConsSoftware construction tool
PantsScalable build system for monorepos
PHingBuild system based on Apache Ant
Rakemake-like build utility for Ruby
Apache AntTool for automating software build processes
CabalCommon Architecture for Building Applications and Libraries

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments