PHPackages                             cijber/workspace - 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. cijber/workspace

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

cijber/workspace
================

A plugin to allow for workspaces in composer

v1.0.0(4y ago)27MITPHP

Since Oct 30Pushed 4y ago2 watchersCompare

[ Source](https://github.com/cijber/composer-workspace)[ Packagist](https://packagist.org/packages/cijber/workspace)[ RSS](/packages/cijber-workspace/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Composer Workspaces
===================

[](#composer-workspaces)

This is a simple project that adds workspace support (badly) to composer, mostly helpful for working with monorepo's with interconnected dependencies

It's current only purpose is creating a automatic repository of all the composer packages in a workspace, thus avoiding the need for making custom repositories in either your config or composer.json

How to
------

[](#how-to)

Install `cijber/workspace`

```
composer global require cijber/workspace
```

Now create a file called `workspace.cijber.json` in the root of your monorepo and make the following structure

```
{
  "name": "My amazing project!",
  "packages": [
    "my-package",
    "."
  ]
}

```

the name is simply for decoration, the strings in the packages array are paths to packages, it is thus possible to make a root project with child projects in child dirs.

After doing this and running composer update in your package it should show

```
[cijber/workspace] Using workspace: My amazing project!

```

after doing this you can now `composer require /my-package` in your root package and it'll symlink it to the project in your workspace! helpful!

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1660d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/877f8b03f356ee05623fbcce6506c34a3772eaf88561adfdd508744e87d0de02?d=identicon)[eater](/maintainers/eater)

---

Top Contributors

[![the-eater](https://avatars.githubusercontent.com/u/1922630?v=4)](https://github.com/the-eater "the-eater (3 commits)")

### Embed Badge

![Health badge](/badges/cijber-workspace/health.svg)

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

###  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)
