PHPackages                             giteeres/think-addons - 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. [Framework](/categories/framework)
4. /
5. giteeres/think-addons

ActiveLibrary[Framework](/categories/framework)

giteeres/think-addons
=====================

ThinkPHP6 Addons Package

1.0.1(5y ago)014Apache-2.0PHPPHP &gt;=7.1.0

Since Nov 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/giteeres/think-addons)[ Packagist](https://packagist.org/packages/giteeres/think-addons)[ RSS](/packages/giteeres-think-addons/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

think-addons
============

[](#think-addons)

ThinkPHP 6 Addons Package

鸣谢
--

[](#鸣谢)

本版本来源于原作者[](https://github.com/zz-studio/think-addons)发布的6.0版本修改而来，将在配置文件中的插件和钩子放到数据库中保存，并去除未用到函数及功能。

安装
--

[](#安装)

> composer require giteeres/think-addons

数据库
---

[](#数据库)

### 插件表

[](#插件表)

```
CREATE TABLE `addons` (
  `addonId` int(10) NOT NULL AUTO_INCREMENT COMMENT '主键',
  `name` varchar(40) NOT NULL COMMENT '插件名或标识',
  `title` varchar(20) NOT NULL DEFAULT '' COMMENT '中文名',
  `description` text COMMENT '插件描述',
  `status` tinyint(1) NOT NULL DEFAULT '1' COMMENT '状态',
  `config` text COMMENT '配置',
  `author` varchar(40) DEFAULT '' COMMENT '作者',
  `version` varchar(20) DEFAULT '' COMMENT '版本号',
  `createTime` datetime NOT NULL COMMENT '安装时间',
  `dataFlag` tinyint(4) DEFAULT '1',
  `isConfig` tinyint(4) DEFAULT '0',
  `updateTime` datetime DEFAULT NULL,
  PRIMARY KEY (`addonId`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
```

### 钩子表

[](#钩子表)

```
CREATE TABLE `hooks` (
  `hookId` int(10) NOT NULL AUTO_INCREMENT COMMENT '主键',
  `name` varchar(40) NOT NULL DEFAULT '' COMMENT '钩子名称',
  `hookRemarks` text NOT NULL COMMENT '描述',
  `hookType` tinyint(1) NOT NULL DEFAULT '1' COMMENT '类型',
  `updateTime` datetime NOT NULL COMMENT '更新时间',
  `addons` text,
  PRIMARY KEY (`hookId`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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 ~0 days

Total

2

Last Release

2016d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/65064503?v=4)[giteeres](/maintainers/giteeres)[@giteeres](https://github.com/giteeres)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/giteeres-think-addons/health.svg)

```
[![Health](https://phpackages.com/badges/giteeres-think-addons/health.svg)](https://phpackages.com/packages/giteeres-think-addons)
```

###  Alternatives

[jaguarjack/catchadmin

The CatchAdmin Background management

8962.6k](/packages/jaguarjack-catchadmin)

PHPackages © 2026

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