PHPackages                             mybuilder/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. mybuilder/conductor

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

mybuilder/conductor
===================

Tools for managing multiple packages in one source repository

645036PHP

Since May 29Pushed 9y ago6 watchersCompare

[ Source](https://github.com/mybuilder/conductor)[ Packagist](https://packagist.org/packages/mybuilder/conductor)[ RSS](/packages/mybuilder-conductor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/51905dba8e888caa68f05878edda29ce2eaddbc848d6f0c88cca64f5861811a9/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6d796275696c6465722f636f6e647563746f722e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/mybuilder/conductor)

[![Conductor](conductor-logo.png)](conductor-logo.png)

**We no longer use Conductor at MyBuilder and instead now use the [Composer path](https://getcomposer.org/doc/05-repositories.md#path) but if you want to take over development of Conductor let us know.**

---

This tool allows you to manage isolated, internal [Composer](https://getcomposer.org/) packages within a single, monolithic repository. Separating units of code based on directory structure, as opposed to at the repository level, maintains a single source of truth whilst providing the benefits of clearly defined component boundaries.

When would you use it?
----------------------

[](#when-would-you-use-it)

You would use this tool in a project setting where multiple separate applications co-exist (i.e. admin, frontend and mobile-api). Within this context each application will share code, such as business logic, to provide the end solution.

An example project repository structure that we use in-kind is shown below:

```
├── app/
│   ├── admin
│   │   ├── src/
│   │   ├── tests/
│   │   └── composer.json
│   ├── frontend
│   │   ├── src/
│   │   ├── tests/
│   │   └── composer.json
│   └── mobile-api
│       ├── src/
│       ├── tests/
│       └── composer.json
├── artifact/
├── bin
│   └── conductor
├── package
│   ├── bar
│   │   ├── src/
│   │   ├── tests/
│   │   └── composer.json
│   └── foo
│       ├── src/
│       ├── tests/
│       └── composer.json
├── composer.json
└── conductor.yml
```

As you can see the root-level composer.json file is only used for uniform tooling - so no project specific code should be stored at this level. The business logic is contained within each of the isolated packages, with the delivery supplied via the 'app' directory.

Compatibility
-------------

[](#compatibility)

- ✔ Mac OSX
- ✔ Unix-derived systems (CentOS, Debian etc.)
- ? Windows - Not tested at this time

Examples
--------

[](#examples)

At this time the project comes with a simple [todo example](examples/todo/) which illustrates how to use Conductor in it's entirety.

Further Reading
---------------

[](#further-reading)

- [UK Symfony Meetup - Composer in monolithic repositories](http://www.meetup.com/symfony/events/192889222/)

---

Created by [MyBuilder](http://www.mybuilder.com/) - Check out our [blog](http://tech.mybuilder.com/) for more insight into this and other open-source projects we release.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/7441f1c0c4066b13108d5a5381fac0c548008328a90b7a55b6e5b00ef95a4c92?d=identicon)[mybuilder](/maintainers/mybuilder)

---

Top Contributors

[![eddmann](https://avatars.githubusercontent.com/u/801020?v=4)](https://github.com/eddmann "eddmann (13 commits)")[![CyExy](https://avatars.githubusercontent.com/u/179921?v=4)](https://github.com/CyExy "CyExy (7 commits)")[![gavinlove](https://avatars.githubusercontent.com/u/308682?v=4)](https://github.com/gavinlove "gavinlove (4 commits)")[![PWalkow](https://avatars.githubusercontent.com/u/1130582?v=4)](https://github.com/PWalkow "PWalkow (1 commits)")

---

Tags

composerdeprecatedphp

### Embed Badge

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

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

###  Alternatives

[symfony/property-access

Provides functions to read and write from/to an object or array using a simple string notation

2.8k295.3M2.5k](/packages/symfony-property-access)

PHPackages © 2026

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