PHPackages                             jzh1/dingtalk - 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. jzh1/dingtalk

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

jzh1/dingtalk
=============

A weather SDK.

1.1.2(5y ago)05MITPHP

Since Sep 16Pushed 5y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

 dingtalk
==========

[](#-dingtalk-)

 A DingTalk SDK.

Installing
----------

[](#installing)

```
$ composer require jzh1/dingtalk -vvv
```

申请使用钉钉通知
--------

[](#申请使用钉钉通知)

钉钉开发文档地址：发送的信息内包含关键字

使用方法
----

[](#使用方法)

```
require __DIR__ .'/vendor/autoload.php';

use Jzh1\DingTalk\SendMessage;

// 钉钉请求路由
$url = 'https://oapi.dingtalk.com/robot/send?access_token=8bfd991b04f12ec3cfa439858616364d5469684a49ec437a27298a29bc11eba8';
// link链接地址
$messageUrl = 'XXXXX';
// 钉钉群中@的人
$tel = '@13386434116@15949904116';
// 项目环境
$env = '测试环境';
// 发送标题
$title = '订单测试message';
// 发送消息体
$sendMessage = '订单测试message';

$class = new SendMessage($url,$tel,$env);
// 发送 text 格式的消息
$dd1 = $class->sendTextMessage($sendMessage);
// 发送 link 格式的消息
$dd2 = $class->sendLinkMessage($sendMessage,$title,$messageUrl);
// 发送 markdowm 格式的消息
$dd3 = $class->sendMarkdownMessage($sendMessage,$title);
```

Usage
-----

[](#usage)

TODO

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/jzh1/dingtalk/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/jzh1/dingtalk/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

4

Last Release

2062d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26193544?v=4)[江兆辉](/maintainers/jzh1)[@jzh1](https://github.com/jzh1)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jzh1-dingtalk/health.svg)

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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