PHPackages                             shineunited/conductor - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. shineunited/conductor

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

shineunited/conductor
=====================

Composer plugin for more complete installation management.

1.0.1(3y ago)05.8k3MITPHPPHP &gt;=8.0

Since Nov 16Pushed 3y ago3 watchersCompare

[ Source](https://github.com/shineunited/conductor)[ Packagist](https://packagist.org/packages/shineunited/conductor)[ RSS](/packages/shineunited-conductor/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependencies (8)Versions (16)Used By (3)

shineunited/conductor
=====================

[](#shineunitedconductor)

[![License](https://camo.githubusercontent.com/0558932502d2ae0792a0f627ae9f450321e5be26507d91c8dfd4f8b89ff23518/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7368696e65756e697465642f636f6e647563746f72)](https://github.com/shineunited/conductor/blob/main/LICENSE)[![Latest Version](https://camo.githubusercontent.com/e03c0667e6d13c21179843b726d21531d5cb7d216da8e437fd734e4c33c66883/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7368696e65756e697465642f636f6e647563746f723f6c6162656c3d6c6174657374)](https://packagist.org/packages/shineunited/conductor/)[![PHP Version](https://camo.githubusercontent.com/cba48e0a04c1bae59c2fbd85a5e54dac51a97d06c749c5488788ff467b36739e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f7368696e65756e697465642f636f6e647563746f722f7068703f6c6162656c3d706870)](https://www.php.net/releases/index.php)[![Main Status](https://camo.githubusercontent.com/cc58c6a882346df6c1f78d3376cc38681ac53bc45346345ba5401495f369bfa6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7368696e65756e697465642f636f6e647563746f722f4275696c642f6d61696e3f6c6162656c3d6d61696e)](https://github.com/shineunited/conductor/actions/workflows/build.yml?query=branch%3Amain)[![Release Status](https://camo.githubusercontent.com/1a77a33702ab1f77b43d34994828f4141da61cfcc3ba538eb369fdcac97b5895/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7368696e65756e697465642f636f6e647563746f722f4275696c642f72656c656173653f6c6162656c3d72656c65617365)](https://github.com/shineunited/conductor/actions/workflows/build.yml?query=branch%3Arelease)[![Develop Status](https://camo.githubusercontent.com/5f11f3db530fe16e73ba0c8fd8a4b62063fe32ef5b35320d51f5701bd6f49a2b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7368696e65756e697465642f636f6e647563746f722f4275696c642f646576656c6f703f6c6162656c3d646576656c6f70)](https://github.com/shineunited/conductor/actions/workflows/build.yml?query=branch%3Adevelop)

Description
-----------

[](#description)

A framework for more complete installation management with composer. Provides mechanisms for validated configuration, installer management and static file generation. To be used by other composer plugins to build detailed installers for specific package types.

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

[](#installation)

to add conductor, the recommended method is via composer.

```
$ composer require shineunited/conductor
```

### Configuration

[](#configuration)

Installation configuration is managed by parameters defined in the 'extra' section of the project's composer.json file. Individual parameters can be defined with default values and validation rules to create normalized project build configurations.

### Installer Management

[](#installer-management)

Conductor uses a simplified installer type that can be set to handle specific package types and provide installation paths based on configuration variables.

### Static File Generation

[](#static-file-generation)

Using blueprints and generators static files can be defined that are generated during install/update to ensure those files are kept up-to-date with upstream changes.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 97.1% 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 ~1 days

Total

13

Last Release

1340d ago

Major Versions

0.4.6 → 1.0.02022-11-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8301342?v=4)[Shine United](/maintainers/shineunited)[@shineunited](https://github.com/shineunited)

---

Top Contributors

[![rmlasseter](https://avatars.githubusercontent.com/u/5660821?v=4)](https://github.com/rmlasseter "rmlasseter (34 commits)")[![shineadmin](https://avatars.githubusercontent.com/u/3662582?v=4)](https://github.com/shineadmin "shineadmin (1 commits)")

---

Tags

composer

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/shineunited-conductor/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k17.0M1.1k](/packages/phpro-grumphp)[symfony/asset-mapper

Maps directories of assets &amp; makes them available in a public directory with versioned filenames.

1669.5M271](/packages/symfony-asset-mapper)[pocketmine/pocketmine-mp

A server software for Minecraft: Bedrock Edition written in PHP

3.6k79.3k91](/packages/pocketmine-pocketmine-mp)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

105574.3k63](/packages/friendsoftypo3-content-blocks)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

758297.9k49](/packages/civicrm-civicrm-core)

PHPackages © 2026

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