Download the PHP package imscp/roundcube-plugin-installer without Composer
On this page you can find all versions of the php package imscp/roundcube-plugin-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imscp/roundcube-plugin-installer
More information about imscp/roundcube-plugin-installer
Files in imscp/roundcube-plugin-installer
Download imscp/roundcube-plugin-installer
More information about imscp/roundcube-plugin-installer
Files in imscp/roundcube-plugin-installer
Vendor imscp
Package roundcube-plugin-installer
Short Description i-MSCP composer-installer for Roundcube plugins.
License GPL-3.0+
Package roundcube-plugin-installer
Short Description i-MSCP composer-installer for Roundcube plugins.
License GPL-3.0+
Please rate this library. Is it a good library?
Informations about the package roundcube-plugin-installer
i-MSCP Plugin Installer for Roundcube
This installer is a drop-in replacement for the roundcube/plugin-installer.
See the CHANGELOG.md file for list of changes.
This installer ensures that plugins end up in the correct directory:
<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"
}
- Submit your plugin to plugins.roundcube.net.
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.
All versions of roundcube-plugin-installer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
composer-plugin-api Version ^1.0
composer-plugin-api Version ^1.0
The package imscp/roundcube-plugin-installer contains the following files
Loading the files please wait ....