PHPackages                             jncinet/qihucms-user-label - 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. jncinet/qihucms-user-label

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jncinet/qihucms-user-label
==========================

qihucms user label.

1.0.5(5y ago)06MITPHP

Since Dec 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jncinet/qihucms-user-label)[ Packagist](https://packagist.org/packages/jncinet/qihucms-user-label)[ Docs](https://www.qihucms.com)[ RSS](/packages/jncinet-qihucms-user-label/feed)WikiDiscussions main Synced 5d ago

READMEChangelogDependenciesVersions (2)Used By (0)

安装
--

[](#安装)

```
$ composer require jncinet/qihucms-user-label
```

开始
--

[](#开始)

### 数据迁移

[](#数据迁移)

```
$ php artisan migrate
```

### 发布资源

[](#发布资源)

```
$ php artisan vendor:publish --provider="Qihucms\UserLabel\LabelServiceProvider"
```

后台菜单
----

[](#后台菜单)

- 会员标签 =&gt; user-labels

接口
--

[](#接口)

### 读取用户标签

[](#读取用户标签)

- 请求方式：GET
- 请求链接：user/labels
- 请求参数：
    - labels：\[1,2,3\] // 标签ID数组
- 返回值：

```
{
    "data": [
        {
            "id" => 1,
            "name": "标签名称",
        },
        ...
    ]
}

```

### 用户添加标签

[](#用户添加标签)

- 请求方式：POST
- 请求链接：user/add-labels
- 请求参数：
    - labels：\[1,2,3\] // 标签ID数组
- 返回值：

```
{
    "data": [
        {
            "id" => 1,
            "name": "标签名称",
        },
        ...
    ]
}

```

### 用户删除标签

[](#用户删除标签)

- 请求方式：POST
- 请求链接：user/remove-labels
- 请求参数：
- 返回值：

```
{
    "data": [
        {
            "id" => 1,
            "name": "标签名称",
        },
        ...
    ]
}

```

数据库
---

[](#数据库)

### 标签表：labels

[](#标签表labels)

FieldTypeLengthAllowNullDefaultCommentidbigintnametext标签名称### 会员标签：label\_user

[](#会员标签label_user)

FieldTypeLengthAllowNullDefaultCommentidbigintlabel\_idbigint标签IDuser\_idbigint会员ID

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

1966d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63541651e21494722aa0d364dca6dbaa132d0ee4e9f85a741b5eff8c587f57ba?d=identicon)[jncinet](/maintainers/jncinet)

---

Tags

laravellabelqihucms

### Embed Badge

![Health badge](/badges/jncinet-qihucms-user-label/health.svg)

```
[![Health](https://phpackages.com/badges/jncinet-qihucms-user-label/health.svg)](https://phpackages.com/packages/jncinet-qihucms-user-label)
```

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)

PHPackages © 2026

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