PHPackages                             heromark/dingtalk-chatbot-php - 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. heromark/dingtalk-chatbot-php

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

heromark/dingtalk-chatbot-php
=============================

钉钉群机器人消息发送

v1.0.1(7y ago)2134MITPHP

Since May 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/heromark/DingtalkChatbot-PHP)[ Packagist](https://packagist.org/packages/heromark/dingtalk-chatbot-php)[ RSS](/packages/heromark-dingtalk-chatbot-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

dingtalk-chatbot-php
====================

[](#dingtalk-chatbot-php)

集成钉钉群机器人消息发送

Usage
=====

[](#usage)

安裝：使用 composer 安裝，通过 autoload 引用

```
composer require "heromark/dingtalk-chatbot-php"

```

示例：

```
require "/path/to/your/vendor/autoload.php";

use DingtalkChatbot\Dingtalk;

$ding = new DingtalkChatbot\Dingtalk($accesstoken);
//发送 text 类型消息
$ding->setText($text,[$atMobiles,$isAtAll])->send();
//发送 link 类型消息
$ding->setLink($text,$title,$messageUrl,$picUrl)->send();
//发送 markdown 类型消息
$ding->setMarkdown($text,$title)->send();

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

2909d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/heromark-dingtalk-chatbot-php/health.svg)

```
[![Health](https://phpackages.com/badges/heromark-dingtalk-chatbot-php/health.svg)](https://phpackages.com/packages/heromark-dingtalk-chatbot-php)
```

PHPackages © 2026

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