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 today

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 26% 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

1706d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/106199?v=4)[eater](/maintainers/eater)[@eater](https://github.com/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

[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M1.0k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M561](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[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.

3014.6M25](/packages/vaimo-composer-patches)[sandersander/composer-link

Adds ability to link local packages for development with composer

98457.9k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

294.7M340](/packages/phpro-grumphp-shim)

PHPackages © 2026

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