repman-io / composer-plugin

Composer plugin for Repman - PHP Repository Manager

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

Repository from Github https://github.comrepman-io/composer-pluginRepository from Github https://github.comrepman-io/composer-plugin

Repman Composer Plugin

Minimum PHP Version Latest Stable Version buddy branch Total Downloads License

Composer plugin for Repman - PHP Repository Manager. Adds a 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

Self-hosted Repman server

You can use this plugin even with self-hosted Repman instance. Add this config to your composer.json file:

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

made with ❤️ by Buddy

About

Composer plugin for Repman - PHP Repository Manager

https://repman.io/proxy

License:MIT License


Languages

Language:PHP 100.0%