PHPackages                             zoujingli/think-plugs-center - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. zoujingli/think-plugs-center

ActiveThink-admin-plugin[Utility &amp; Helpers](/categories/utility)

zoujingli/think-plugs-center
============================

Plugin center and plugin entry manager for ThinkAdmin

v1.0.38(4mo ago)02.8k↑150%Apache-2.0PHPPHP &gt;7.1

Since Mar 13Pushed 2d ago1 watchersCompare

[ Source](https://github.com/zoujingli/think-plugs-center)[ Packagist](https://packagist.org/packages/zoujingli/think-plugs-center)[ Docs](https://thinkadmin.top)[ RSS](/packages/zoujingli-think-plugs-center/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (4)Versions (15)Used By (0)

ThinkPlugsCenter for ThinkAdmin
===============================

[](#thinkplugscenter-for-thinkadmin)

[![Latest Stable Version](https://camo.githubusercontent.com/2bad6b01b555d8b37b469c873f8b4de8bb4600fa6046aab14bbf9884ddd61f9a/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d63656e7465722f762f737461626c65)](https://packagist.org/packages/zoujingli/think-plugs-center)[![Total Downloads](https://camo.githubusercontent.com/18ef570ac682e697fc9884900c16c26bc77e92db381ce2158417bf6939b0b896/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d63656e7465722f646f776e6c6f616473)](https://packagist.org/packages/zoujingli/think-plugs-center)[![Monthly Downloads](https://camo.githubusercontent.com/bf552cb8c275e755ed2c5da6604c9bce28b8f43adeb6e7ddf6f59e49c86330ff/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d63656e7465722f642f6d6f6e74686c79)](https://packagist.org/packages/zoujingli/think-plugs-center)[![Daily Downloads](https://camo.githubusercontent.com/a1a15b095a28247a4e242256a441f6e5c67030e06a6b7d2fc4358bae2455e760/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d63656e7465722f642f6461696c79)](https://packagist.org/packages/zoujingli/think-plugs-center)[![PHP Version](https://camo.githubusercontent.com/6edd55d00ff169d80f252ddfcd8137da3213250a8ebd4626e06ca0f80efb0657/68747470733a2f2f7468696e6b61646d696e2e746f702f7374617469632f69636f6e2f7068702d372e312e737667)](https://thinkadmin.top)[![License](https://camo.githubusercontent.com/19fc612e53ce480eb2c33989f2fbfa3f3215e4d241835209b555c184569713c6/68747470733a2f2f7468696e6b61646d696e2e746f702f7374617469632f69636f6e2f6c6963656e73652d617061636865322e737667)](https://www.apache.org/licenses/LICENSE-2.0)

**ThinkPlugsCenter** 是 **ThinkAdmin** 的插件服务管理中心，用于提供插件入口、插件信息展示和菜单接入。

自 `v1.0.28` 版本起，该中心不再加载线上插件信息，从而确保在内网环境下安全稳定运行，无需依赖外网支持。

此外，我们还对插件机制进行了优化，替换了原有的 **ThinkPlugsSimpleCenter** 模式，进一步简化了插件管理流程。

该插件会写入插件中心入口菜单，但不创建业务数据表。

### 加入我们

[](#加入我们)

我们的代码仓库已移至 **Github**，而 **Gitee** 则仅作为国内镜像仓库，方便广大开发者获取和使用。若想提交 **PR** 或 **ISSUE** 请在 [ThinkAdminDeveloper](https://github.com/zoujingli/ThinkAdminDeveloper) 仓库进行操作，如果在其他仓库操作或提交问题将无法处理！.

### 安装插件

[](#安装插件)

```
### 安装前建议尝试更新所有组件
composer update --optimize-autoloader

### 安装稳定版本 ( 插件仅支持在 ThinkAdmin v6.1 中使用 )
composer require zoujingli/think-plugs-center --optimize-autoloader

### 安装测试版本（ 插件仅支持在 ThinkAdmin v6.1 中使用 ）
composer require zoujingli/think-plugs-center dev-master --optimize-autoloader
```

### 卸载插件

[](#卸载插件)

```
composer remove zoujingli/think-plugs-center
```

### 业务功能特性

[](#业务功能特性)

**核心管理功能：**

- **插件入口管理**: 提供统一的插件中心入口，集中展示已安装插件
- **插件信息展示**: 读取插件 Composer 元信息和插件配置，展示插件名称、文档、授权等信息
- **菜单入口写入**: 安装迁移会写入插件中心菜单入口，便于从后台访问
- **内网环境支持**: 自 v1.0.28 版本起，不再依赖外网插件信息，支持内网环境稳定运行
- **插件机制优化**: 替换了原有的 ThinkPlugsSimpleCenter 模式，简化插件管理流程

**技术特性：**

- **Apache2 开源协议**: 遵循 Apache2 开源协议，免费提供使用
- **轻量级设计**: 不创建业务数据表，仅通过迁移写入插件中心菜单
- **自动发现**: 自动发现和加载插件，无需手动注册
- **向后兼容**: 保持与现有插件的兼容性，确保平滑升级
- **性能优化**: 针对插件加载和管理进行专门优化，确保系统性能

### 插件数据

[](#插件数据)

该插件不创建独立业务数据表；安装迁移仅写入插件中心菜单入口。

### 版权说明

[](#版权说明)

**ThinkPlugsCenter** 遵循 **Apache2** 开源协议发布，并提供免费使用。

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有 Copyright © 2014-2026 by ThinkAdmin () All rights reserved。

更多细节参阅 [LICENSE.txt](license)

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance89

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~83 days

Recently: every ~125 days

Total

14

Last Release

123d ago

PHP version history (2 changes)v1.0.18PHP &gt;=7.1

v1.0.26PHP &gt;7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4349951?v=4)[邹景立](/maintainers/zoujingli)[@zoujingli](https://github.com/zoujingli)

---

Top Contributors

[![zoujingli](https://avatars.githubusercontent.com/u/4349951?v=4)](https://github.com/zoujingli "zoujingli (23 commits)")

### Embed Badge

![Health badge](/badges/zoujingli-think-plugs-center/health.svg)

```
[![Health](https://phpackages.com/badges/zoujingli-think-plugs-center/health.svg)](https://phpackages.com/packages/zoujingli-think-plugs-center)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
