repman-io/composer-plugin

Plugin for Repman - PHP Repository Manager

Installs: 138 718

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 3

Forks: 4

Open Issues: 2

Type:composer-plugin

1.1.2 2021-05-20 08:22 UTC

This package is auto-updated.

Last update: 2024-04-27 12:49:02 UTC


README

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