jfcherng-roundcube/show-folder-size
Composer 安装命令:
composer require jfcherng-roundcube/show-folder-size
包简介
A Roundcube plugin which shows folder size.
README 文档
README
A Roundcube plugin which shows folder size.
Requirements
I only test this plugin with following environments. Other setup may work with luck.
- PHP: >=
7.1.3 - Roundcube:
1.3.9,1.4.0 - Supported skins:
Classic,Larry,Elastic
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
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.
- Go to your
ROUNDCUBE_HOME(i.e., the root directory of your Roundcube). - Run
composer require jfcherng-roundcube/show-folder-size. - If you want to do plugin configuration, copy
config.inc.php.disttoconfig.inc.phpand then editconfig.inc.php.
Install manually
- Create folder
show_folder_sizeinROUNDCUBE_HOME/pluginsif it does not exist. - Copy all plugin files there.
- If you want to do plugin configuration, copy
config.inc.php.disttoconfig.inc.phpand then editconfig.inc.php. (You can skip this step since there is no configuration for this plugin at this moment.) - Edit your Roundcube's config file (
ROUNDCUBE_HOME/config/config.inc.phpor maybe/etc/roundcube/config.inc.php), locate$config['plugins']and add'show_folder_size',.
<?php // some other codes... $config['plugins'] = [ // some other plugins... 'show_folder_size', // <-- add this line ];
For Developers
Compile Frontend Assets
- You will need to have Node.js installed.
- Install dependencies via
npm install(oryarnif you prefer) - Compile assets with
./compile.sh
jfcherng-roundcube/show-folder-size 适用场景与选型建议
jfcherng-roundcube/show-folder-size 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 16.92k 次下载、GitHub Stars 达 20, 最近一次更新时间为 2020 年 04 月 23 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 jfcherng-roundcube/show-folder-size 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jfcherng-roundcube/show-folder-size 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 16.92k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 26
- 点击次数: 24
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-23
