PHPackages                             techcoil/composer-plugin-local-repo - 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. techcoil/composer-plugin-local-repo

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

techcoil/composer-plugin-local-repo
===================================

A composer plugin to install packages from a local directory with ease

0.0.2(3y ago)114[1 issues](https://github.com/techcoil/composer-plugin-local-repo/issues)MITPHPPHP ^7.4|^8.0

Since Jan 10Pushed 3y ago2 watchersCompare

[ Source](https://github.com/techcoil/composer-plugin-local-repo)[ Packagist](https://packagist.org/packages/techcoil/composer-plugin-local-repo)[ RSS](/packages/techcoil-composer-plugin-local-repo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Local Repo Composer Plugin
--------------------------

[](#local-repo-composer-plugin)

Composer plugin to help treating local repositories as packages.
Make use of composer's `path` repository behind the scenes.

### Installation

[](#installation)

Add the following to your `composer.json` file:

Install the plugin with

```
$ composer require techcoil/composer-plugin-local-repo
```

```
{
    "require": {
        "techcoil/composer-plugin-local-repo": "*"
    },
    ...
    "config": {
      ...
      "allow-plugins": {
        "techcoil/composer-plugin-local-repo": true
      }
    }
}
```

Config
------

[](#config)

Config overrides should be placed inside `extra.local-repo` in your `composer.json` file.

KeyDescriptionDefault`paths`An array of paths to search for packages.`["src"]``depth`The depth of folders to search for packages.`1``symlink`Whether to symlink the packages or copy them.
See `true``ignore`An array of folder patterns to ignore.`[]`### Example

[](#example)

```
// composer.json
{
     ...
     "extra": {
          "local-repo": {
                "paths": ["src", "packages"],
                "depth": 2,
                "symlink": false,
                "ignore": ["*_test", "**/test/*"]
          }
     }
}
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

Every ~0 days

Total

2

Last Release

1217d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88aee4ab693c4fb5109f542cec9bd2816a9a3441fd4e94385d6e0b0483b5c649?d=identicon)[yaronuliel](/maintainers/yaronuliel)

---

Top Contributors

[![yaronuliel](https://avatars.githubusercontent.com/u/5229872?v=4)](https://github.com/yaronuliel "yaronuliel (2 commits)")

---

Tags

plugincomposerlocalrepository

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/techcoil-composer-plugin-local-repo/health.svg)

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

###  Alternatives

[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k37.3M2.1k](/packages/ergebnis-composer-normalize)[pyrech/composer-changelogs

Display changelogs after each composer update

5904.0M25](/packages/pyrech-composer-changelogs)[sllh/composer-versions-check

Checks if packages are up to date to last major versions after update

2352.4M16](/packages/sllh-composer-versions-check)[veewee/composer-run-parallel

Run composer tasks in parallel

91748.2k13](/packages/veewee-composer-run-parallel)[laminas/laminas-component-installer

Composer plugin for injecting modules and configuration providers into application configuration

294.1M95](/packages/laminas-laminas-component-installer)[netresearch/composer-patches-plugin

Composer patches plugin

80262.1k7](/packages/netresearch-composer-patches-plugin)

PHPackages © 2026

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