damoon/composer-cache-proxy

redirect https dist package fetching to a local http proxy cache


Keywords
cache, install, speedup
License
MIT

Documentation

Cito

installation

composer global require damoon/cito

configuration

CITO_DEBUG=1 enables debug output CITO_SERVER=http://127.0.0.1:8080 sets cito cache server

testing

rm -rf $COMPOSER_HOME/cache $HOME/.cache/composer/ vendor CITO_DEBUG=1 composer require amphp/http-server