PHPackages                             yangwenhang/dd-notify - 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. yangwenhang/dd-notify

ActiveLibrary

yangwenhang/dd-notify
=====================

钉钉群机器人通知

06PHP

Since Mar 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/knkp1209/DingDingNotify)[ Packagist](https://packagist.org/packages/yangwenhang/dd-notify)[ RSS](/packages/yangwenhang-dd-notify/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

DingDingNotify
==============

[](#dingdingnotify)

介绍
--

[](#介绍)

DingDingNotify 是 PHP 开发的钉钉群机器人通知

前置条件
----

[](#前置条件)

1、创建一个钉钉群 2、添加一个自定义的群机器人，安全设置选择 加密

使用方法
----

[](#使用方法)

```
use Yangwenhang\DingDingNotify\Config;
use Yangwenhang\DingDingNotify\Notify;

$dingDingConfig = new Config();
$dingDingConfig->setWebhook('钉钉群机器人地址');
$dingDingConfig->setSecret('密钥');
$data = [
    'msgtype' => 'text',
    'text' => [
          'content' => "字段串内容",
        ],
    ];
(new Notify())->send($dingDingConfig, $data);

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/yangwenhang-dd-notify/health.svg)

```
[![Health](https://phpackages.com/badges/yangwenhang-dd-notify/health.svg)](https://phpackages.com/packages/yangwenhang-dd-notify)
```

PHPackages © 2026

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