dev-master
9999999-devComposer plugin that transparently rewrites downloads to a Velocita server
MIT
The Requires
- composer-plugin-api ^1.1.0
- php >=7.1
The Development Requires
cache composer performance speed velocita
Composer plugin that transparently rewrites downloads to a Velocita server
This repository has been archived and is replaced by the GMTA composer-velocita repository., (*1)
The Composer package has been replaced by gmta/composer-velocita
., (*2)
To upgrade to the new package, perform the following steps:, (*3)
composer global remove isaac/composer-velocita composer global config --unset allow-plugins.isaac/composer-velocita composer global config allow-plugins.gmta/composer-velocita true composer global require gmta/composer-velocita
Fast and reliable Composer package downloads using Velocita: a caching reverse proxy that does not require you to modify your projects., (*5)
Installation and configuration of the Velocita plugin is global, so you can use it for all projects that use Composer
without having to add it to your project's composer.json
., (*6)
composer global config allow-plugins.isaac/composer-velocita true composer global require isaac/composer-velocita composer velocita:enable https://url.to.your.velocita.tld/
After enabling and configuring Velocita, it is automatically used for all Composer projects when running require
,
update
, install
, etcetera., (*7)
Disable the plugin by executing:, (*8)
composer velocita:disable
If you want to remove the plugin completely, execute:, (*9)
composer global remove isaac/composer-velocita
Raise an issue or submit a pull request on GitHub., (*10)
This project is licensed under the MIT License - see the LICENSE file for details., (*11)
Composer plugin that transparently rewrites downloads to a Velocita server
MIT
cache composer performance speed velocita