PHPackages                             imscp/roundcube-plugin-installer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. imscp/roundcube-plugin-installer

ActiveComposer-installer[Utility &amp; Helpers](/categories/utility)

imscp/roundcube-plugin-installer
================================

i-MSCP composer-installer for Roundcube plugins.

1.0.2(7y ago)08891GPL-3.0+PHPPHP &gt;=5.3.0

Since Oct 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/i-MSCP/plugin-installer)[ Packagist](https://packagist.org/packages/imscp/roundcube-plugin-installer)[ RSS](/packages/imscp-roundcube-plugin-installer/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (2)Versions (13)Used By (0)

i-MSCP Plugin Installer for Roundcube
=====================================

[](#i-mscp-plugin-installer-for-roundcube)

This installer is a drop-in replacement for the roundcube/plugin-installer.

See the [CHANGELOG.md](CHANGELOG.md) file for list of changes.

This installer ensures that plugins end up in the correct directory:

- `/plugins/plugin-name`

Minimum setup
-------------

[](#minimum-setup)

- create a `composer.json` file in your plugin's repository
- add the following contents

### sample composer.json for plugins

[](#sample-composerjson-for-plugins)

```
{
    "name": "yourvendor/plugin-name",
    "license": "the license",
    "description": "tell the world what your plugin is good at",
    "type": "roundcube-plugin",
    "authors": [
        {
            "name": "",
            "email": ""
        }
    ],
    "repositories": [
        {
            "type": "composer",
            "url": "http://plugins.roundcube.net"
        }
    ]
    "require": {
        "imscp/roundcube-plugin-installer": "^1.0"
    },
    "minimum-stability": "dev-master"
}

```

- Submit your plugin to [plugins.roundcube.net](http://plugins.roundcube.net).

Installation
------------

[](#installation)

- clone Roundcube
- `cp composer.json-dist composer.json`
- add your plugin in the `require` section of composer.json
- `composer.phar install`

Read the whole story at [plugins.roundcube.net](http://plugins.roundcube.net/about).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~217 days

Recently: every ~339 days

Total

12

Last Release

2600d ago

Major Versions

0.1.8 → 1.0.02017-10-24

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/125594?v=4)[Laurent Declercq](/maintainers/nuxwin)[@nuxwin](https://github.com/nuxwin)

---

Top Contributors

[![thomascube](https://avatars.githubusercontent.com/u/1577511?v=4)](https://github.com/thomascube "thomascube (9 commits)")[![nuxwin](https://avatars.githubusercontent.com/u/125594?v=4)](https://github.com/nuxwin "nuxwin (8 commits)")[![till](https://avatars.githubusercontent.com/u/27003?v=4)](https://github.com/till "till (4 commits)")[![alecpl](https://avatars.githubusercontent.com/u/546788?v=4)](https://github.com/alecpl "alecpl (2 commits)")[![jeromelebleu](https://avatars.githubusercontent.com/u/3597194?v=4)](https://github.com/jeromelebleu "jeromelebleu (1 commits)")[![mazzanet](https://avatars.githubusercontent.com/u/8002516?v=4)](https://github.com/mazzanet "mazzanet (1 commits)")

### Embed Badge

![Health badge](/badges/imscp-roundcube-plugin-installer/health.svg)

```
[![Health](https://phpackages.com/badges/imscp-roundcube-plugin-installer/health.svg)](https://phpackages.com/packages/imscp-roundcube-plugin-installer)
```

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

74794.9M939](/packages/symfony-runtime)[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k40.0M2.6k](/packages/ergebnis-composer-normalize)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M526](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.0M193](/packages/drupal-core-project-message)[sandersander/composer-link

Adds ability to link local packages for development with composer

94441.4k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

284.6M333](/packages/phpro-grumphp-shim)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
