Download the PHP package jfcherng-roundcube/show-folder-size without Composer

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

Roundcube Plugin: Show Folder Size

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

A Roundcube plugin which shows folder size.

Requirements

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

If you need support for PHP 5.4 ~ 7.0, go to the php5 branch or just let Composer decide the version to be installed. But note that I am not meant to maintain the php5 branch because even PHP 5.6 is quite outdated nowadays.

Demo

demo

How to install this plugin in Roundcube

Install via Composer (Recommended)

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

  1. Go to your ROUNDCUBE_HOME (i.e., the root directory of your Roundcube).
  2. Run composer require jfcherng-roundcube/show-folder-size.
  3. If you want to do plugin configuration, copy config.inc.php.dist to config.inc.php and then edit config.inc.php.

Install manually

  1. Create folder show_folder_size in ROUNDCUBE_HOME/plugins if it does not exist.
  2. Copy all plugin files there.
  3. If you want to do plugin configuration, copy config.inc.php.dist to config.inc.php and then edit config.inc.php. (You can skip this step since there is no configuration for this plugin at this moment.)
  4. Edit your Roundcube's config file (ROUNDCUBE_HOME/config/config.inc.php or maybe /etc/roundcube/config.inc.php), locate $config['plugins'] and add 'show_folder_size',.

For Developers

Compile Frontend Assets


All versions of show-folder-size 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/show-folder-size contains the following files

Loading the files please wait ....