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 10mo 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 1mo ago

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

23

—

LowBetter than 27% of packages

Maintenance52

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

386d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7cd4ec96fbc359a8afd210b81289eb610923e121960a4119d42d69f09e79205?d=identicon)[othersoftware](/maintainers/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

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