PHPackages                             phpant/phpant - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. phpant/phpant

ActiveLibrary

phpant/phpant
=============

Simple tool, making use of Apache Ant easier for PHP projects

2.0.0(12y ago)1720MITPHPPHP &gt;=5.3.2

Since Mar 4Pushed 12y ago1 watchersCompare

[ Source](https://github.com/lltwox/phpant)[ Packagist](https://packagist.org/packages/phpant/phpant)[ Docs](https://github.com/lltwox/phpant)[ RSS](/packages/phpant-phpant/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

PHPAnt
======

[](#phpant)

PHPAnt is a simple tool, allowing you to replace [Apache Ant](http://ant.apache.org/) build.xml files with PHP code.

How to use
----------

[](#how-to-use)

The idea behind PHPAnt is very simple and can be seen on the example below.

This is how sample build.xml file from [Wikipedia](http://en.wikipedia.org/wiki/Apache_Ant#Sample_build.xml_file) looks when using PHPAnt:

```
