php-package-cache

command module
v0.0.0-...-9a72348 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

README

php-package-cache

Local composer cache intended as a pull though cache to speed up php builds in ci pipelines.

Usage examples

Use repman plugin to rewrite requests

composer global require repman-io/composer-plugin

Add config to composer.json, to fetch files via proxy

{
    "extra": {
        "repman": {
            "url": "http://php-package-cache:8080/"
        }
    }
}

Optional add config to composer.json, to fetch internally via http

{
    "config": {
        "secure-http": false
    }
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL