PHPackages                             dof-dss/maestro-shell - 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. [CLI &amp; Console](/categories/cli)
4. /
5. dof-dss/maestro-shell

ActiveLibrary[CLI &amp; Console](/categories/cli)

dof-dss/maestro-shell
=====================

Shell for working with Maestro projects.

10.1.5(1y ago)019.6k↓31.3%[2 PRs](https://github.com/dof-dss/maestro-shell/pulls)MITPHP

Since Sep 26Pushed 1y ago4 watchersCompare

[ Source](https://github.com/dof-dss/maestro-shell)[ Packagist](https://packagist.org/packages/dof-dss/maestro-shell)[ RSS](/packages/dof-dss-maestro-shell/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (15)Versions (30)Used By (0)

Maestro
=======

[](#maestro)

Maestro is a command line tool to manage multi-site projects.

Requirements
------------

[](#requirements)

- PHP 8.1+ CLI
- Composer 2.1+

### PHP

[](#php)

To see which version of PHP you have installed, from the Mac shell run:

```
php --version
```

If you don't have PHP installed or are using an older version I would recommend using Brew ()
With Brew installed run:

```
brew install php
```

### Composer

[](#composer)

To see which version of Composer you have installed, from the Mac shell run:

```
composer --version
```

If you don't have Composer installed, using brew run:

```
brew install composer
```

If you do have Composer installed run:

```
composer self-update
```

Installing
----------

[](#installing)

Add the Maestro shell and hosting packages to your project dev dependencies

```
composer require --dev dof-dss/maestro-shell dof-dss/maestro-hosting
```

To allow use of the Maestro command from the root directory of your project without having to directly reference the Maestro executable (e.g. vendor/bin/maestro) I recommend adding the vendor/bin directory to your shell $PATH.
As an example I'm using zsh which is the default shell for MacOS.

Edit .zshrc in your home directory and add the following line:

```
# Maestro Shell (allow vendor bin execution from project root)
export PATH="vendor/bin:${COMPOSER_HOME}/vendor/bin:${PATH}"
```

Once saved you will need to run

```
source ~/.zshrc
```

Drupal composer file requirements
---------------------------------

[](#drupal-composer-file-requirements)

You must ensure the following script is included in the project composer file when using Maestro Shell.

```
"scripts": {
        "post-package-update": [
            "Maestro\\Shell\\Events\\ComposerEventListener::postPackageUpdate"
        ]
    }
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.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 ~33 days

Recently: every ~90 days

Total

24

Last Release

552d ago

Major Versions

0.0.8 → 1.02022-11-23

1.0.4 → 10.1.02023-06-26

1.0.6 → 10.x-dev2023-11-15

1.0.8 → 10.1.22024-03-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/85c30823beb1980afe8bec049f434676c59a30b5b2323f60814df0c8e344b288?d=identicon)[omahm](/maintainers/omahm)

---

Top Contributors

[![omahm](https://avatars.githubusercontent.com/u/1013025?v=4)](https://github.com/omahm "omahm (209 commits)")[![DuttonMa](https://avatars.githubusercontent.com/u/348030?v=4)](https://github.com/DuttonMa "DuttonMa (19 commits)")[![soda736](https://avatars.githubusercontent.com/u/55246692?v=4)](https://github.com/soda736 "soda736 (5 commits)")[![AdamMcFet](https://avatars.githubusercontent.com/u/97898569?v=4)](https://github.com/AdamMcFet "AdamMcFet (2 commits)")

### Embed Badge

![Health badge](/badges/dof-dss-maestro-shell/health.svg)

```
[![Health](https://phpackages.com/badges/dof-dss-maestro-shell/health.svg)](https://phpackages.com/packages/dof-dss-maestro-shell)
```

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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