PHPackages                             joximu/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. joximu/imscp-roundcube-plugin-installer

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

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

i-MSCP composer-installer for Roundcube plugins.

1.0.5(1mo ago)010↓50%GPL-3.0+PHPPHP &gt;=5.3.0

Since Oct 27Pushed 1mo agoCompare

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

READMEChangelog (3)Dependencies (2)Versions (16)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

46

—

FairBetter than 92% of packages

Maintenance90

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

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 ~356 days

Recently: every ~790 days

Total

15

Last Release

45d ago

Major Versions

0.1.8 → 1.0.02017-10-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/41b85770642c705f1208cf04734226197259617b5cae31f19db16fb357b6c8d4?d=identicon)[joximu](/maintainers/joximu)

---

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)")[![joximu](https://avatars.githubusercontent.com/u/1121981?v=4)](https://github.com/joximu "joximu (2 commits)")[![alecpl](https://avatars.githubusercontent.com/u/546788?v=4)](https://github.com/alecpl "alecpl (2 commits)")[![mazzanet](https://avatars.githubusercontent.com/u/8002516?v=4)](https://github.com/mazzanet "mazzanet (1 commits)")[![jeromelebleu](https://avatars.githubusercontent.com/u/3597194?v=4)](https://github.com/jeromelebleu "jeromelebleu (1 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

740103.0M1.1k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5345.4M592](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2125.4M212](/packages/drupal-core-project-message)[phpro/grumphp-shim

GrumPHP Phar distribution

284.9M347](/packages/phpro-grumphp-shim)[automattic/jetpack-autoloader

Creates a custom autoloader for a plugin or theme.

566.3M160](/packages/automattic-jetpack-autoloader)[altis/core

Core module for Altis

19233.0k4](/packages/altis-core)

PHPackages © 2026

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