scavix/local-repository

Composer-Plugin to embed a local path as repository.

Maintainers

Package info

github.com/ScavixSoftware/local-repository

Type:composer-plugin

pkg:composer/scavix/local-repository

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.2 2025-09-15 09:38 UTC

This package is auto-updated.

Last update: 2026-03-15 10:43:12 UTC


README

This plugin allows you to specify a local folder containing your composer packages. They will be appended as if you would add them to the repositories in your composer.json, but they will only be loaded if the path really exist.

Configuration

{
    "require": {
        "scavix/local-repository": "^1.0.0"
    },
    "extra": {
        "local-repositories": [
			"./my-local-repo"
		]
    }
}