sbuerk/extended-path-repository

Composer plugin that extends the built-in path repository with additional version metadata detection and tolerant (non-failing) path matching.

Maintainers

Package info

github.com/sbuerk/extended-path-repository

Type:composer-plugin

pkg:composer/sbuerk/extended-path-repository

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-06-25 17:09 UTC

This package is auto-updated.

Last update: 2026-06-25 17:57:17 UTC


README

Latest version PHP version Total downloads License

A Composer plugin that extends the built-in path repository with:

  • Extended version detection – derive a path package's version from its composer.json version, from extra."typo3/cms".version, or from a sibling VERSION file, before falling back to Composer's stock determination.
  • Tolerant path matching – a configured url that matches nothing (a missing directory or an empty glob) is silently ignored instead of aborting the whole Composer run.

The plugin keeps the exact same configuration syntax as the stock path repository ("type": "path"); once installed it transparently upgrades every path repository in your project.

{
    "repositories": [
        { "type": "path", "url": "packages/*" }
    ]
}

Installation

composer require sbuerk/extended-path-repository

Important

Because Composer instantiates repositories before plugins are activated, the plugin must already be installed for its behaviour to apply. Install it first, then add your (extended / tolerant) path repositories – see docs/installation.md and docs/limitations.md.

Requirements

  • PHP 8.2+
  • Composer 2.9+ (composer-plugin-api: ^2.9)

Documentation

Short overview here – details live in docs/:

Contributing

Contributions are welcome – please read CONTRIBUTING.md.

License

Released under the GNU General Public License v2.0 or later.