PHPackages                             othersoftware/composer-resolver-plugin - 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. othersoftware/composer-resolver-plugin

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

othersoftware/composer-resolver-plugin
======================================

Composer plugin to easily manage your dependencies for local development.

0.0.1(1y ago)03MITPHP

Since Apr 28Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/othersoftware/composer-resolver-plugin)[ Packagist](https://packagist.org/packages/othersoftware/composer-resolver-plugin)[ RSS](/packages/othersoftware-composer-resolver-plugin/feed)WikiDiscussions main Synced today

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

Composer local dependencies resolver
====================================

[](#composer-local-dependencies-resolver)

This plugin allows registration of your local directories and injects them into your projects as composer repositories. This allows installing your dependencies as symlinks in your local projects, making work over your projects and dependencies at the same time a lot easier.

You can also test your dependencies without the need to git push and composer update every time to see if the changes are working correctly in the real project.

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

[](#installation)

You can install a plugin as a global composer dependency.

**Remember to allow the plugin to be used!**

```
composer global require othersoftware/composer-resolver-plugin
```

Usage
-----

[](#usage)

This plugin provides extra composer commands to the CLI, which allows you to manage your local directories.

### Adding a new repository

[](#adding-a-new-repository)

Go to your dependency project directory in the terminal and run:

```
composer add-repository
```

Remember that the directory must contain a valid composer.json file.

### Resolving dependencies

[](#resolving-dependencies)

Once you have registered your local dependency projects with the plugin, you can simply run `composer update` within your project, and the plugin will automatically prepend your registered directories as a `path` repositories in your local environment.

As these repositories are prepended to the list, they have higher priority than repositories defined in your project's composer.json file, meaning you can leave a remote git repository entry in the file, for production use.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance48

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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

431d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/155732502?v=4)[OTHERPRO SOFTWARE](/maintainers/othersoftware)[@othersoftware](https://github.com/othersoftware)

---

Top Contributors

[![rafalkrawiec](https://avatars.githubusercontent.com/u/8084002?v=4)](https://github.com/rafalkrawiec "rafalkrawiec (5 commits)")

### Embed Badge

![Health badge](/badges/othersoftware-composer-resolver-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/othersoftware-composer-resolver-plugin/health.svg)](https://phpackages.com/packages/othersoftware-composer-resolver-plugin)
```

###  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.1M564](/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.6M26](/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)
