2017 © Pedro Peláez
 

composer-plugin composer-velocita

Composer plugin that transparently rewrites downloads to a Velocita server

image

isaac/composer-velocita

Composer plugin that transparently rewrites downloads to a Velocita server

  • Thursday, February 8, 2018
  • by gmta
  • Repository
  • 5 Watchers
  • 12 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Renamed and moved to the GMTA namespace

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

Velocita Composer plugin

Packagist Version Packagist Downloads Packagist PHP Version Support License, (*4)

Fast and reliable Composer package downloads using Velocita: a caching reverse proxy that does not require you to modify your projects., (*5)

Getting Started

Prerequisites

  • PHP 7.4 or newer
  • A running Velocita instance
  • Composer 2

Installation

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/

Usage

After enabling and configuring Velocita, it is automatically used for all Composer projects when running require, update, install, etcetera., (*7)

Removal

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

Authors

Contributing

Raise an issue or submit a pull request on GitHub., (*10)

License

This project is licensed under the MIT License - see the LICENSE file for details., (*11)

The Versions

08/02 2018

dev-master

9999999-dev

Composer plugin that transparently rewrites downloads to a Velocita server

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1.0
  • php >=7.1

 

The Development Requires

cache composer performance speed velocita