PHPackages                             lifespikes/monorepo-cli - 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. lifespikes/monorepo-cli

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

lifespikes/monorepo-cli
=======================

20220410084039(4y ago)024.4k—8.3%PHP

Since Apr 10Pushed 2y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (114)Used By (0)

Monorepo Installer
==================

[](#monorepo-installer)

*Component of `lifespikes/lifespikes`*

This is a composer plugin primarily for use in monorepo environments. As of right now this plugin is mostly meant to work hand-in-hand with Symplify's `symplify/monorepo-plugin` package.

What does it do?
----------------

[](#what-does-it-do)

M.I. primarily does two things:

- Discourages `require` statements not originating from a package.
    - Prompts developer to choose a package to install package in.
- Provides a simple command to create new packages.
    - `composer workspace:create [package-name]`
- Runs `vendor/bin/monorepo-builder merge` upon a package installation.

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

[](#installation)

To install, just run `composer require lifespikes/monorepo-cli`. You'll be able to use the plugin once it's activated on your composer file.

Configuration
-------------

[](#configuration)

You can configure the plugin by using your `composer.json` `extra`section. Here are the options you can configure:

```
'monorepo-cli' => [
   'owner'             => 'myOrganization',

   'ignore-packages'   =>  ['laravel-bare', 'monorepo-cli'],
   'package_dir'       =>  'packages',

   'binaries'          =>  [
       'monorepo-builder'  =>  'vendor/bin/monorepo-builder',
       'composer'          =>  'composer',
   ]
]
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~4 days

Recently: every ~52 days

Total

113

Last Release

1036d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94c3c286f59366c2c026802c5bd9ebb963affa818afed9d63f8b16991552b481?d=identicon)[CristianHG](/maintainers/CristianHG)

---

Top Contributors

[![CristianHG2](https://avatars.githubusercontent.com/u/4695165?v=4)](https://github.com/CristianHG2 "CristianHG2 (51 commits)")

### Embed Badge

![Health badge](/badges/lifespikes-monorepo-cli/health.svg)

```
[![Health](https://phpackages.com/badges/lifespikes-monorepo-cli/health.svg)](https://phpackages.com/packages/lifespikes-monorepo-cli)
```

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[olvlvl/composer-attribute-collector

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

184108.8k8](/packages/olvlvl-composer-attribute-collector)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)

PHPackages © 2026

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