PHPackages                             creativestyle/magesuite-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. creativestyle/magesuite-build

ActiveMagento2-component[DevOps &amp; Deployment](/categories/devops)

creativestyle/magesuite-build
=============================

Build automation for MageSuite

v3.2.4(1mo ago)0217PHP

Since Jun 23Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/magesuite/build)[ Packagist](https://packagist.org/packages/creativestyle/magesuite-build)[ RSS](/packages/creativestyle-magesuite-build/feed)WikiDiscussions 1.x Synced today

READMEChangelogDependencies (12)Versions (25)Used By (0)

Build package for MageSuite projects
====================================

[](#build-package-for-magesuite-projects)

Contains **phing** automation for running builds of projects.

The docker container used for running the tests can be found on [our GitHub](https://github.com/magesuite/docker-run-magento-tests)and [Docker Hub](https://hub.docker.com/r/magesuite/run-tests).

Documentation
=============

[](#documentation)

Prerequisites
-------------

[](#prerequisites)

Following software has to be installed on host machine in order for all functions to work properly.

```
phing
php
composer
patch
docker
automake
autoconf
npm
yarn
gcc
gcc-c++
make

```

What does the build do
----------------------

[](#what-does-the-build-do)

- composer update
- build selected frontend themes
- run all tests

build.xml
---------

[](#buildxml)

Before build can be executed `build.xml` file must be created and placed in main directory.

It must contain basic configuration that consists of:

- project name
- docker container name for running unit and integration tests
- comma separated list of all themes that should be built

```

```

Placeholders should be replaced with:

- `{{PROJECT_NAME}}` - name of a project, example: `toys-shop`
- `{{PROJECT_THEMES_NAMES}}` - comma separated list of names of all custom themes that should be built, contained in `vendor/creativestyle` directory. Name must be provided without `theme-` prefix, for `vendor/creativestyle/theme-toys-shop` placeholder value will become `toys-shop`

Running build
-------------

[](#running-build)

In order to run build execute following commands:

```
[[ -d "vendor" ]] || composer update
php -d memory_limit=-1 vendor/bin/phing ci-build
```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance93

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 83.5% 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 ~77 days

Recently: every ~20 days

Total

25

Last Release

35d ago

Major Versions

v1.1.0 → v2.0.02022-05-13

v2.3.4 → v3.0.02025-05-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6814811?v=4)[creativestyle](/maintainers/creativestyle)[@creativestyle](https://github.com/creativestyle)

---

Top Contributors

[![pinkeen](https://avatars.githubusercontent.com/u/2019132?v=4)](https://github.com/pinkeen "pinkeen (162 commits)")[![diwipl](https://avatars.githubusercontent.com/u/3406741?v=4)](https://github.com/diwipl "diwipl (21 commits)")[![Szpadel](https://avatars.githubusercontent.com/u/1857251?v=4)](https://github.com/Szpadel "Szpadel (9 commits)")[![krisdante](https://avatars.githubusercontent.com/u/652384?v=4)](https://github.com/krisdante "krisdante (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/creativestyle-magesuite-build/health.svg)

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

###  Alternatives

[pomander/pomander

Deployment for PHP

19615.7k2](/packages/pomander-pomander)[symfony-tools/docs-builder

The build system for Symfony's documentation

3668.5k1](/packages/symfony-tools-docs-builder)[enygma/composerclean

An additional command for Composer that removes configured files/directory

171.8k](/packages/enygma-composerclean)

PHPackages © 2026

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