Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moxio/composer-svn-export-plugin
Configure composer to use svn export when downloading dist svn packages
https://github.com/moxio/composer-svn-export-plugin
Last synced: 3 days ago
JSON representation
Configure composer to use svn export when downloading dist svn packages
- Host: GitHub
- URL: https://github.com/moxio/composer-svn-export-plugin
- Owner: Moxio
- License: mit
- Created: 2018-03-09T12:48:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T13:25:51.000Z (over 3 years ago)
- Last Synced: 2024-12-24T02:09:56.405Z (3 days ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 3
- Watchers: 14
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# composer-svn-export-plugin
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 replaces the normal composer SvnDownloader. This means that you do not have to change your composer.json to use it. The use of `svn export` is, unfortunately, not configurable at runtime (composer makes this very hard to do right), so you should probably only install the plugin in an environment where you regularly do clean installs (i.e. on a build server).