akondas / composer-plugin

Composer plugin for Repman - PHP Repository Manager

Home Page:https://repman.io/proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repman Composer Plugin

Minimum PHP Version buddy branch License

WIP: currently being developed, do not use on production

Composer plugin for Repman - PHP Repository Manager. Add mirror url for all your dependencies without need to update composer.lock file.

Usage

One line install and you are ready to go:

composer global require repman-io/composer-plugin

Custom Repman Server

You can use this plugin even with custom standalone Repman instance. Add this config to your composer.json file:

    "extra": {
        "repman": {
            "url": "https://repman.your.company/"
        }
    }

About

Composer plugin for Repman - PHP Repository Manager

https://repman.io/proxy

License:MIT License


Languages

Language:PHP 100.0%