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.1(2mo ago)0177PHP

Since Jun 23Pushed 3w 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 3w ago

READMEChangelogDependencies (6)Versions (22)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

46

—

FairBetter than 92% of packages

Maintenance91

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

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 ~84 days

Recently: every ~46 days

Total

22

Last Release

72d ago

Major Versions

v1.1.0 → v2.0.02022-05-13

2.x-dev → 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

[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

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

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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