webcoders/composer-svn-export-plugin

Maintainers

Package info

github.com/andrii-pukhalevych/composer-svn-export-plugin

Type:composer-plugin

pkg:composer/webcoders/composer-svn-export-plugin

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2025-09-10 13:23 UTC

This package is auto-updated.

Last update: 2026-04-10 14:53:03 UTC


README

Configures composer to use svn export when retrieving packages from svn repositories (which is much faster than a full checkout).

How it works

The SvnExportDownloader extends the normal composer SvnDownloader. This means that you do not have to change your composer.json to use it.