Download the PHP package gianlucagiacometti/roundcube-toolbox without Composer

On this page you can find all versions of the php package gianlucagiacometti/roundcube-toolbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package roundcube-toolbox

Roundcube Toolbox

This plugin is a set of tools for Roundcube Webmail
Some tools are designed to work with PostfixAdmin / Postfix with sql backend

ATTENTION

This plugin works with RC 1.7.

Release 1.7.0 of the plugin works with 1.7 of Roundcube Webmail

Master branch works with the Git version of Roundcube Webmail

Available tools

Requirements

License

This plugin is released under the GNU General Public License Version 3+ except skins, which are subject to the Creative Commons Attribution-ShareAlike License.

Install

NB: When downloading the plugin from GitHub you will need to create a directory called toolbox and place the files in there, ignoring the root directory in the downloaded archive.

Update database using the appropriate file in the SQL folder.

Customise tool needs a folder called 'tmp' writeable by the web browser.
Attachments tool needs a folder called attachments writeable by the web browser.
The file /bin/initplugin.sh can do the job for you.

Config

The default config file is plugins/toolbox/config.inc.php.dist
Copy 'config.inc.php.dist' to 'config.inc.php'
Edit the plugin configuration file 'config.inc.php' and choose the appropriate options

$rcmail_config['toolbox_dsn']
Sets the connection to the data source
Examples:

$config['toolbox_sql_table_name']
Sets the name of the sql table
Default value:

$config['toolbox_sql_username_field']
Sets the name of the username field in the toolbox sql table
Default value:


All versions of roundcube-toolbox with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
roundcube/plugin-installer Version >=0.2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package gianlucagiacometti/roundcube-toolbox contains the following files

Loading the files please wait ....