PHPackages                             triaubaral/phaster - 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. triaubaral/phaster

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

triaubaral/phaster
==================

Collection of meta tasks based on phing in order to make your build process easy.

0.1.0-alpha(7y ago)039LGPL-3.0PHP &gt;=5.2.0

Since Dec 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/triaubaral/phaster)[ Packagist](https://packagist.org/packages/triaubaral/phaster)[ Docs](https://github.com/triaubaral/phaster/tree/master)[ RSS](/packages/triaubaral-phaster/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (3)Used By (0)

Phaster
=======

[](#phaster)

Collection of meta tasks based on phing in order to make your build process easy.

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

[](#installation)

The installation of phaster is a two steps process. First you install phaster with composer then your need to execute a custom phing script.

1. **Composer**

The preferred method to install Phaster is through \[Composer\](). Add \[triaubaral/phaster\]() to the require-dev or require section of your project’s `composer.json`configuration file, and run 'composer install':

```
 {
	"require-dev": {
		 "phing/phing": "^2.16"
		 "triaubaral/phaster": "@dev"
	 }
  }
```

1. **Custom Phing Script**

Copy/paste the following command in your terminal

```
./vendor/bin/phing -f vendor/triaubaral/phaster/build.xml phaster:install -Dprofil=dev
```

Important

The -Dprofil accepted values are : dev, qualif or prod

It installs into src/resources/phaster a directory tree contening all meta tasks It installs into the directory where the preceding command has been done a build.xml file

Check your installation
-----------------------

[](#check-your-installation)

The command :

```
 ./vendor/bin/phing -l
```

will give the following output for the dev profil :

```
Collection of meta task based on phing in order to make your build process easy
Default target:
-------------------------------------------------------------------------------
 phaster:props

Main targets:
-------------------------------------------------------------------------------
 00:source:prepare   Clean working dir
 01:source:clone     Copy source and test dir to a build dir
 02:source:resolve   Resolve source dependencies
 03:source:compile   Compile source code
 04:source:score     Analyse source and test written quality
 05:source:test      Execute unit tests
 06:source:track     Deploy source code
 07:source:package   Transform source code into binary format
 08:binary:deploy    Deploy binary
 09:binary:resolve   Current build's external dependencies installation to make the app to run
 10:binary:host      Current build installation on specific infrastructure
 11:binary:test      Execute functionnal tests
 12:binary:score     Execute performance tests
```

How it works !
--------------

[](#how-it-works-)

As mentionned above those tasks are meta !! You have to implement them in order to feet your current build need. They are only the representation of what I consider a quality build.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2688d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/28a58d9c15de4b6f5d3d34cb379b9091cff8d31b354b8cae54898975cd2f289e?d=identicon)[triaubaral](/maintainers/triaubaral)

---

Top Contributors

[![triaubaral](https://avatars.githubusercontent.com/u/4183370?v=4)](https://github.com/triaubaral "triaubaral (3 commits)")

---

Tags

tooltaskphingbuildphastermeta-task

### Embed Badge

![Health badge](/badges/triaubaral-phaster/health.svg)

```
[![Health](https://phpackages.com/badges/triaubaral-phaster/health.svg)](https://phpackages.com/packages/triaubaral-phaster)
```

###  Alternatives

[phing/phing

PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.

1.2k21.7M876](/packages/phing-phing)[jalogut/magento2-deployer-plus

Magento 2 deployment tool based on deployer.org

201415.5k](/packages/jalogut-magento2-deployer-plus)[rafaelstz/deployer-magento2

Magento 2 deployment tool based on deployer.org

5223.5k](/packages/rafaelstz-deployer-magento2)

PHPackages © 2026

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