PHPackages                             celaraze/dcat-extension-plus - 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. celaraze/dcat-extension-plus

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

celaraze/dcat-extension-plus
============================

增强 DcatAdmin 的使用体验。

684.5k↓25%10[4 issues](https://github.com/celaraze/dcat-extension-plus/issues)PHP

Since May 20Pushed 4y ago2 watchersCompare

[ Source](https://github.com/celaraze/dcat-extension-plus)[ Packagist](https://packagist.org/packages/celaraze/dcat-extension-plus)[ RSS](/packages/celaraze-dcat-extension-plus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Dcat Plus
=========

[](#dcat-plus)

为 DcatAdmin 后台添加增强配置的功能。修改过程利用 DcatAdmin 自带的 `admin_setting()` 方法实现，不会硬编码修改任何 config 文件或者 .env 文件。

安装方式
----

[](#安装方式)

最新支持 Dcat Admin 2.0.24beta

`composer require celaraze/dcat-extension-plus`

或者在后台扩展中，直接上传本插件的 `.zip` 文件即可。

### 使用

[](#使用)

在菜单 `扩展` 中启用扩展后，会自动添加名为 `增强配置` 的菜单。

### 功能

[](#功能)

- 站点标题
- 站点 LOGO
- 站点微缩 LOGO
- 站点静态资源 URL
- 调试模式
- 语言切换
- 移除底部授权
- 主题色切换
- 菜单样式切换（默认、分离、水平）
- 表单行操作按钮固定最右
- 快速创建选项：表单可用 `selectCreate()` 字段类型，是 `select` 字段的增强，支持在右侧添加快速创建选项的按钮，异步添加值。

```
$form->selectCreate('department','部门')
    ->options(Department::class)
    ->ajax('/api/departments')      // 必须使用 api 方式取选项列表，格式同 select 字段的使用方法
    ->url('/departments/create')    // 异步打开的页面，这里是部门创建的页面 url
    ->required();
```

- 表单详情扩展字段类型：`video`，视频，传入参数和 `image` 相同。

`$show->field('name')->video()`

开源协议
----

[](#开源协议)

Dcat Plus 遵循 MIT 开源协议。

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e587dd21f42fcf6b59be92a012b7559a220bbdca6c8eeb87819b789cf0558d18?d=identicon)[celaraze](/maintainers/celaraze)

---

Top Contributors

[![celaraze](https://avatars.githubusercontent.com/u/31471452?v=4)](https://github.com/celaraze "celaraze (21 commits)")[![lam0819](https://avatars.githubusercontent.com/u/68211972?v=4)](https://github.com/lam0819 "lam0819 (4 commits)")[![solutionforestteam](https://avatars.githubusercontent.com/u/53035878?v=4)](https://github.com/solutionforestteam "solutionforestteam (3 commits)")

### Embed Badge

![Health badge](/badges/celaraze-dcat-extension-plus/health.svg)

```
[![Health](https://phpackages.com/badges/celaraze-dcat-extension-plus/health.svg)](https://phpackages.com/packages/celaraze-dcat-extension-plus)
```

###  Alternatives

[aristath/ari-color

A PHP library for color manipulation in themes and plugins

6128.6k](/packages/aristath-ari-color)[symfony/ux-notify

Native notification integration for Symfony

1274.7k](/packages/symfony-ux-notify)[thestringler/manipulator

An OOP approach to string manipulation.

345.5k2](/packages/thestringler-manipulator)[hauntd/yii2-vote

Votes, likes, favorites.

383.1k](/packages/hauntd-yii2-vote)

PHPackages © 2026

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