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(6y ago)08891GPL-3.0+PHPPHP &gt;=5.3.0

Since Oct 27Pushed 6y 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 today

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 68% 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

2548d ago

Major Versions

0.1.8 → 1.0.02017-10-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a75a331b80411facd6f9749d9287a75e0959c5b0fa5b5bfdc5b800c79869623?d=identicon)[nuxwin](/maintainers/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

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M14](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M441](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[olvlvl/composer-attribute-collector

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

184108.8k8](/packages/olvlvl-composer-attribute-collector)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)

PHPackages © 2026

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