承接 texxasrulez/plugin_manager 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

texxasrulez/plugin_manager

最新稳定版本:1.5.2

Composer 安装命令:

composer require texxasrulez/plugin_manager

包简介

Roundcube Plugin Manager: lists installed plugins, shows local vs latest versions, and highlights updates.

README 文档

README

Downloads Packagist Downloads Packagist Version Github License GitHub Stars GitHub Issues GitHub Contributors GitHub Forks Donate Paypal

Lists installed plugins, shows local vs latest versions, and highlights Update available. Works with Larry, Elastic, and custom skins.

Versioning

  • plugin_manager now keeps its own canonical version in plugin_manager::PLUGIN_VERSION inside plugin_manager.php.
  • plugin_manager::info() exposes the plugin metadata array used for self-identification.
  • Development builds should use a +dev suffix such as 1.0.0+dev.
  • Release builds should use a clean tagged version such as 1.0.0.

For a release bump:

  1. Update plugin_manager::PLUGIN_VERSION in plugin_manager.php or run sh scripts/bump-version.sh 1.0.0.
  2. Update CHANGELOG.md.
  3. Create the matching release tag after verification.

Features

  • Discovers installed plugins
  • Shows local version (from composer.json, @version tags, or best-effort)
  • Checks online (Packagist / GitHub releases, falls back to tags)
  • Bold “Update available”
  • One-click (check now) per row to bypass cache
  • Diagnostics panel for connectivity
  • sources.map.php to resolve outliers or mark plugins as bundled
  • Scroll-friendly UI for large lists

Install

A) Composer (recommended)

  1. In your Roundcube root (the folder with composer.json), run:

    composer require texxarulez/plugin_manager

    This uses roundcube/plugin-installer to place the plugin in plugins/plugin_manager.

  2. Enable the plugin in Roundcube config (e.g. config/config.inc.php):

    $config['plugins'][] = 'plugin_manager';
  3. Clear caches.

B) Manual

  1. Copy the plugin_manager/ folder into roundcube/plugins/.
  2. Enable in config:
    $config['plugins'][] = 'plugin_manager';
  3. Clear caches.

Optional

  • To raise GitHub API limits, set in plugins/plugin_manager/config.inc.php (or main config):

    $config['pm_github_token'] = 'ghp_xxxxx';
  • To default remote checks on/off:

    $config['pm_remote_checks'] = true; // or false

See INSTALL.md and USER_GUIDE.md for details.

Hide plugins from the UI

You can suppress specific plugins from appearing in the Plugin Manager by adding their directory names to pm_hidden_plugins in config.inc.php.

// Hide the built-in example plugins
$config['pm_hidden_plugins'] = array('zipdownload', 'managesieve');

This only affects display in the manager; it does not enable/disable the plugin itself.

Alt text

统计信息

  • 总下载量: 252
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2025-08-19

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固