2017 © Pedro Peláez
 

composer-installer roundcube-plugin-installer

i-MSCP composer-installer for Roundcube plugins.

image

imscp/roundcube-plugin-installer

i-MSCP composer-installer for Roundcube plugins.

  • Sunday, October 29, 2017
  • by nuxwin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 111 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

i-MSCP Plugin Installer for Roundcube

This installer is a drop-in replacement for the roundcube/plugin-installer., (*1)

See the CHANGELOG.md file for list of changes., (*2)

This installer ensures that plugins end up in the correct directory:, (*3)

  • <roundcube-root>/plugins/plugin-name

Minimum setup

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

sample composer.json for plugins

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

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., (*4)

The Versions

29/10 2017

dev-master

9999999-dev

i-MSCP composer-installer for Roundcube plugins.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0
  • composer-plugin-api ^1.0

 

The Development Requires

by Thomas Bruederli

28/10 2017

1.0.1

1.0.1.0

i-MSCP composer-installer for Roundcube plugins.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0
  • composer-plugin-api ^1.0

 

The Development Requires

by Thomas Bruederli

24/10 2017

1.0.0

1.0.0.0

i-MSCP composer-installer for Roundcube plugins.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0
  • composer-plugin-api ^1.0

 

The Development Requires

by Thomas Bruederli

22/12 2015

0.1.8

0.1.8.0

A composer-installer for Roundcube plugins.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

The Development Requires

by Thomas Bruederli

27/08 2015

0.1.7

0.1.7.0

A composer-installer for Roundcube plugins.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

The Development Requires

by Thomas Bruederli

15/09 2014

0.1.6

0.1.6.0

A composer-installer for Roundcube plugins.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

The Development Requires

by Thomas Bruederli

03/08 2014

0.1.5

0.1.5.0

A composer-installer for Roundcube plugins.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

The Development Requires

by Thomas Bruederli

05/01 2014

0.1.4

0.1.4.0

A composer-installer for Roundcube plugins.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

The Development Requires

by Thomas Bruederli

14/05 2013

0.1.3

0.1.3.0

A composer-installer for Roundcube plugins.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

The Development Requires

by Thomas Bruederli

20/04 2013

0.1.2

0.1.2.0

A composer-installer for Roundcube plugins.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.0

 

The Development Requires

by Thomas Bruederli

07/02 2013

0.1.1

0.1.1.0

A composer-installer for Roundcube plugins.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

27/10 2012

0.1.0

0.1.0.0

A composer-installer for RoundCube plugins.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires