PHPackages                             appserver-io/build - 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. appserver-io/build

ActiveLibrary

appserver-io/build
==================

Generic build- and deployment targets

3.0.0(5y ago)017.2k520OSL-3.0PHP &gt;=5.6.0CI failing

Since Jul 24Pushed 5y ago3 watchersCompare

[ Source](https://github.com/appserver-io/build)[ Packagist](https://packagist.org/packages/appserver-io/build)[ Docs](https://github.com/appserver-io/build)[ RSS](/packages/appserver-io-build/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (11)Versions (35)Used By (20)

appserver.io build
==================

[](#appserverio-build)

Introduction
------------

[](#introduction)

This library provides generic ANT build- and deployment targets useful to build libraries for appserver.io.

The targets are mostly used for enabling continous integration with Travis-CI. The following targets are provied out-of-the-box with a default configuration:

- clean (Deletes the directory with the generated artefacts)
- prepare (Prepares the directory to temporarily store generated artefacts)
- copy (Copies the sources to the temporary directory)
- deploy (Copies the sources to the deploy directory)
- pdepend (Runs the PHPDepend tool and generats a graphs)
- phpcpd (Runs the copy and paste detection)
- phpcs (Runs the code sniffer and generates a report)
- phploc (Generate phploc.csv)
- phpmd (Runs the PHP Mess detector tool)
- build (Builds the library)
- run-tests (Runs the PHPUnit tests on Travis-CI and generates a report)

All artefacts that'll be generated during the one of the targets runtime will be stored in a temporarily generated directory.

Installation
------------

[](#installation)

If you want to install the generic build- and deployment targets to use with your library, you do this by add

```
{
    "require": {
        "appserver-io/build": "dev-master"
    },
}
```

to your `composer.json` and invoke `composer update` in your project.

Usage
-----

[](#usage)

After installation you can import the XML file delivered with the library into your local ANT build file with:

```

DOCTYPE project>

```

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community32

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 79.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~75 days

Recently: every ~315 days

Total

34

Last Release

1836d ago

Major Versions

0.2.1 → 1.0.02015-02-13

1.0.x-dev → 2.0.02018-05-18

2.0.0 → 3.0.02021-04-29

PHP version history (3 changes)0.1.0PHP &gt;=5.4.0

1.0.5PHP &gt;=5.5.0 &lt; 7.0.0

2.0.0PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/76b54aaecf7287a0520eec0009161ca457982dee83ac413bfa0d818b72d79947?d=identicon)[wagnert](/maintainers/wagnert)

![](https://www.gravatar.com/avatar/33b42e8c7314da5df45bca5d1dd786ea2b3d540fae5a5a9489580a886f2f4f39?d=identicon)[zelgerj](/maintainers/zelgerj)

![](https://www.gravatar.com/avatar/aa15f27f393eeb1f1a481fa7de89b41add17de686da79d49e07c5c77249c5e86?d=identicon)[wick-ed](/maintainers/wick-ed)

---

Top Contributors

[![wagnert](https://avatars.githubusercontent.com/u/287509?v=4)](https://github.com/wagnert "wagnert (78 commits)")[![wick-ed](https://avatars.githubusercontent.com/u/4931168?v=4)](https://github.com/wick-ed "wick-ed (13 commits)")[![pathmissing](https://avatars.githubusercontent.com/u/6809462?v=4)](https://github.com/pathmissing "pathmissing (4 commits)")[![zelgerj](https://avatars.githubusercontent.com/u/287595?v=4)](https://github.com/zelgerj "zelgerj (3 commits)")

---

Tags

build deployment targets ant phpcs phploc phpdocumentor phpcpd phpmd

### Embed Badge

![Health badge](/badges/appserver-io-build/health.svg)

```
[![Health](https://phpackages.com/badges/appserver-io-build/health.svg)](https://phpackages.com/packages/appserver-io-build)
```

###  Alternatives

[h4cc/phpqatools

A meta composer package for PHP QA Tools.

6418.6k1](/packages/h4cc-phpqatools)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
