Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/repman-io/composer-plugin
Composer plugin for Repman - PHP Repository Manager
https://github.com/repman-io/composer-plugin
composer composer-mirror composer-plugin packagist packagist-mirror php
Last synced: 3 months ago
JSON representation
Composer plugin for Repman - PHP Repository Manager
- Host: GitHub
- URL: https://github.com/repman-io/composer-plugin
- Owner: repman-io
- License: mit
- Created: 2020-03-12T08:40:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T12:27:56.000Z (9 months ago)
- Last Synced: 2024-07-03T22:38:40.011Z (4 months ago)
- Topics: composer, composer-mirror, composer-plugin, packagist, packagist-mirror, php
- Language: PHP
- Homepage: https://repman.io/proxy
- Size: 81.1 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-composer - repman-io/composer-plugin - This plugin enables downloading via Repman by adding a distribution mirror URL for all your dependencies (without need to update the `composer.lock` file). (Composer Repositories / Repman)
README
# Repman Composer Plugin
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg)](https://php.net/)
[![Latest Stable Version](https://poser.pugx.org/repman-io/composer-plugin/v/stable)](https://packagist.org/packages/repman-io/composer-plugin)
[![buddy branch](https://app.buddy.works/repman/composer-plugin/repository/branch/master/badge.svg?token=ac6f2fe807ba6b7ad90902f5bda1c1fb8445014757f82e1867f2cad2fd612035 "buddy branch")](https://app.buddy.works/repman/composer-plugin/repository/branch/master)
[![Total Downloads](https://poser.pugx.org/repman-io/composer-plugin/downloads)](https://packagist.org/packages/repman-io/composer-plugin)
![License](https://img.shields.io/github/license/repman-io/composer-plugin)[Composer](https://getcomposer.org/) plugin for [Repman - PHP Repository Manager](https://repman.io/proxy). 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:
```shell script
composer global require repman-io/composer-plugin
```### Self-hosted Repman server
You can use this plugin even with [self-hosted Repman](https://repman.io/self-hosted) instance. Add this config to your `composer.json` file:
```json
"extra": {
"repman": {
"url": "https://repman.your.company/"
}
}
```---
made with ❤️ by [Buddy](https://buddy.works)