xaamin/composer-global-repositories

Composer plugin that automatically loads global package repositories into local projects

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:composer-plugin

pkg:composer/xaamin/composer-global-repositories

v1.0.0 2025-12-21 16:51 UTC

This package is auto-updated.

Last update: 2025-12-21 17:05:56 UTC


README

The composer plugin to quickly add global repositories into local projects for development purposes, without the need to update your composer.json file.

How to install

composer global require xaamin/composer-global-repositories

How to use

Add a global repositories to composer and then pull them into any project that you want to.

During a composer install or composer update, the plugin will merge global repositories with the local composer file; and prepend all the configured repositories. If composer finds any of the require packages inside these repositories, it will install the package from that repository instead.