Download the PHP package jfcherng-roundcube/quota without Composer

On this page you can find all versions of the php package jfcherng-roundcube/quota. 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 quota

Roundcube Plugin: Quota

GitHub Workflow Status (branch) Packagist Packagist Version Project license GitHub stars Donate to this project using Paypal

A plugin that shows quota information with a pie chart for Roundcube.

Requirements

I only test this plugin with following environments. Other setup may work with luck.

What is Quota plugin

Quota plugin is used in Roundcube to show used space and free space for given mailbox.

demo

How to install this plugin in Roundcube

Install via Composer

This plugin has been published on Packagist by the name of jfcherng-roundcube/quota.

  1. Go to your ROUNDCUBE_HOME (i.e., the root directory of your Roundcube).
  2. Run composer require jfcherng-roundcube/quota.
  3. You may edit the config.inc.php under this plugin's directory if you want to do some configurations.

Install manually

  1. Create folder quota in ROUNDCUBE_HOME/plugins if it does not exist.
  2. Copy all plugin files there.
  3. Copy config.inc.php.dist to config.inc.php and edit config.inc.php if you want.
  4. Edit ROUNDCUBE_HOME/conf/config.inc.php locate $config['plugins'] and add 'quota', there:

How to set mailbox quota in Dovecot

You may also refer to the official document of Dovecot's quota plugin: https://wiki.dovecot.org/Quota/Configuration

How to set mailbox quota in Postfix

Feel free to finish this section by submitting a Pull Request.


All versions of quota with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
roundcube/plugin-installer Version ~0.1
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 jfcherng-roundcube/quota contains the following files

Loading the files please wait ....