PHPackages                             isaactorresmichel/composer-local-source-repository - 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. isaactorresmichel/composer-local-source-repository

ActiveComposer-plugin

isaactorresmichel/composer-local-source-repository
==================================================

Composer plugin that adds support for having custom packages installed to their source directory.

v1.0.3(9y ago)03111MITPHP

Since Mar 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/isaactorresmichel/composer-local-source-repository)[ Packagist](https://packagist.org/packages/isaactorresmichel/composer-local-source-repository)[ RSS](/packages/isaactorresmichel-composer-local-source-repository/feed)WikiDiscussions master Synced 2mo ago

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

Composer Local Source Repository
================================

[](#composer-local-source-repository)

The goal of this plugin is to have non-published (local) `repository` packages, inside our main project. And have them *installed/mapped* on the same source dir, without having to rely on symbolic links, full package copies to secondary directories or the vendor directory.

Requirements
------------

[](#requirements)

- **composer-plugin-api**: ^1.1
- **composer/installers**: ^1.0

Example composer.json File
--------------------------

[](#example-composerjson-file)

This is an example for a custom drupal-module package. The only important part to set in your *composer.json* are:

- Add the local `repositories` to your package.
- Set your `extra` files paths for **composer/installers** wich tells composer where to map the local packages. For more info look [Composer installers](https://github.com/composer/installers).
- Set the dependency `isaactorresmichel/composer-local-source-repository": "^1.0@alpha"` on your main `composer.json` and source packages (the packages to install).

```
{
  "repositories": {
    "modules-custom-event-log-repository": {
      "type": "path",
      "url": "web/modules/custom/event-logger"
    }
  },
  "require": {
    "drupal/event-logger": "@dev"
  },
  "extra": {
    "installer-paths": {
      "web/modules/custom/{$name}": [
        "drupal/event-logger"
      ]
    }
  }
}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 93.8% 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

4

Last Release

3333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/012b927ed569f718c87e8d22c9184807ca3362b50156298f5cb3f6be7cff5790?d=identicon)[isaactorresmichel](/maintainers/isaactorresmichel)

---

Top Contributors

[![isaactm](https://avatars.githubusercontent.com/u/10264327?v=4)](https://github.com/isaactm "isaactm (15 commits)")[![isaactorresmichel](https://avatars.githubusercontent.com/u/26465453?v=4)](https://github.com/isaactorresmichel "isaactorresmichel (1 commits)")

### Embed Badge

![Health badge](/badges/isaactorresmichel-composer-local-source-repository/health.svg)

```
[![Health](https://phpackages.com/badges/isaactorresmichel-composer-local-source-repository/health.svg)](https://phpackages.com/packages/isaactorresmichel-composer-local-source-repository)
```

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[altis/core

Core module for Altis

19213.6k2](/packages/altis-core)[johnbillion/user-switching

Instant switching between user accounts in WordPress and WooCommerce.

19768.3k2](/packages/johnbillion-user-switching)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[php-composter/php-composter

Git Hooks Management through Composer.

10525.1k11](/packages/php-composter-php-composter)

PHPackages © 2026

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