PHPackages                             oat-sa/tao-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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. oat-sa/tao-build

AbandonedArchivedLibrary[DevOps &amp; Deployment](/categories/devops)

oat-sa/tao-build
================

Tools to build and manage TAO installation

v0.4(10y ago)25.7k2GPL-2.0PHP

Since Jul 24Pushed 9y ago13 watchersCompare

[ Source](https://github.com/oat-sa/tao-build)[ Packagist](https://packagist.org/packages/oat-sa/tao-build)[ Docs](http://www.taotesting.com)[ RSS](/packages/oat-sa-tao-build/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (7)Used By (0)

TAO build process
=================

[](#tao-build-process)

Build the package
-----------------

[](#build-the-package)

- Download package-tao from github
- Switch to develop branch
- Retrieve all extensions and dependencies using composer
- Create a zip package

Quality checks
--------------

[](#quality-checks)

- Generate dependency report with other software metrics using [PHP\_Depend](http://pdepend.org)
- Look for several potential problems within the source [PHP Mess Detector](http://phpmd.org)
- Find duplicate code using [PHPCPD](https://github.com/sebastianbergmann/phpcpd)
- Measuring the size and analyzing the structure of the project using [PHPLOC](https://github.com/sebastianbergmann/phploc)
- Tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards using [PHP\_CodeSniffer](http://github.com/squizlabs/PHP_CodeSniffer). Ruleset considered are defined in conf/phpcs.xml

Unit Test
---------

[](#unit-test)

- Install the platform with all extensions
- Run Unit test according to test configration stored in conf/phpunit\_mysql.xml
- Generate code coverage report

Howto setup Jenkins
-------------------

[](#howto-setup-jenkins)

- Create your jenkins project
- Create the file build.properties

> ```
>     release.version=nightly
>     release.source.name=TAO_${release.version}_build
>
>     db.driver=
>     db.host=
>     db.name=
>     db.pass=
>     db.user=
>
>     module.mode=
>     module.name=
>     module.namespace=
>     module.url=
>
>     user.login=
>     user.pass=
>
> ```

- Git clone this repository

> ```
>     git@github.com:oat-sa/package-build.git
>
> ```

- Setup phing tasks
- Setup PMD analisys

> ```
>     build/logs/pmd-*.xml
>
> ```

- Setup phploc report

> ```
>     A - Lines of code
>     Lines of Code
>     build/logs/phploc.csv
>
>     B - Structures
>     Count
>     build/logs/phploc.csv
>
>     C - Testing
>     Count
>     build/logs/phploc.csv
>
>     D - Types of Classes
>     Count
>     build/logs/phploc.csv
>
>     E - Types of Methods
>     Count
>     build/logs/phploc.csv
>
>     F - Types of Constants
>     Count
>     build/logs/phploc.csv
>
> ```

- Setup PHPCS report

> ```
>     build/logs/checkstyle.xml
>
> ```

- Setup PHPCPD reports

> ```
>     build/logs/pmd-cpd.xml
>
> ```

- Setup Code Coverage

> ```
>    **/*-test-suite.xml
>
> ```

- Deploy zip file on taotesting.com

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.9% 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 ~66 days

Total

4

Last Release

3666d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/98ddc6f1b615b1fac2d59f1e72d5dc6056cf6650414271da90cb3f0e203516fe?d=identicon)[bugalood](/maintainers/bugalood)

![](https://www.gravatar.com/avatar/c0ec704e0a8abaf0c27b227ad05d7aca23bc8f83d195229d94d4508cddc0fd24?d=identicon)[oat-lionel](/maintainers/oat-lionel)

![](https://www.gravatar.com/avatar/e8c30644c0da147701176483ca1ca40e1c41012e6c5b0da47e984c1eb8a840b1?d=identicon)[jbout](/maintainers/jbout)

![](https://www.gravatar.com/avatar/348b2cf6408227372fbb22c6e8b0832e1c8c98c5d6b0c88bb220dbdfbcd21a39?d=identicon)[krampstudio](/maintainers/krampstudio)

---

Top Contributors

[![llecaque](https://avatars.githubusercontent.com/u/5645487?v=4)](https://github.com/llecaque "llecaque (126 commits)")[![chrisphpgarcia](https://avatars.githubusercontent.com/u/19952908?v=4)](https://github.com/chrisphpgarcia "chrisphpgarcia (2 commits)")[![bugalot](https://avatars.githubusercontent.com/u/4217431?v=4)](https://github.com/bugalot "bugalot (1 commits)")[![tverhoof](https://avatars.githubusercontent.com/u/9727140?v=4)](https://github.com/tverhoof "tverhoof (1 commits)")

### Embed Badge

![Health badge](/badges/oat-sa-tao-build/health.svg)

```
[![Health](https://phpackages.com/badges/oat-sa-tao-build/health.svg)](https://phpackages.com/packages/oat-sa-tao-build)
```

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M206](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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