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

ActiveLibrary

fyl-ichong/dingtalk
===================

EasyDingTalk, Alibaba Dingtalk SDK for PHP

2.0.x-dev(3y ago)01MITPHPPHP &gt;=7.0

Since Aug 11Pushed 3y agoCompare

[ Source](https://github.com/fyl-ichong/dingtalk)[ Packagist](https://packagist.org/packages/fyl-ichong/dingtalk)[ RSS](/packages/fyl-ichong-dingtalk/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (8)Versions (2)Used By (0)

EasyDingTalk
============

[](#easydingtalk)

 [![Build Status](https://camo.githubusercontent.com/c1f2ebe42cfa1c6cbcbfda9b4199a93e223968a2c35ad7084f10eff566fa6923/68747470733a2f2f7472617669732d63692e6f72672f6d696e67796f756e672f64696e6774616c6b2e737667)](https://travis-ci.org/mingyoung/dingtalk) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/e98ec48369dffd52090c0344b4def1f0304f90cc109ca3c0ac17cb75b4f40e30/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d696e67796f756e672f64696e6774616c6b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mingyoung/dingtalk/?branch=master) [![Latest Stable Version](https://camo.githubusercontent.com/7e7f3fc923b7a9971d3db909523246d9041b633d838a4217d2454f831e43b5f9/68747470733a2f2f706f7365722e707567782e6f72672f6d696e67796f756e672f64696e6774616c6b2f762f737461626c652e737667)](https://packagist.org/packages/mingyoung/dingtalk) [![Total Downloads](https://camo.githubusercontent.com/fdc114eac724dc0ddf3dc2a2105654e3634e55699f937980ca2ed09971f0feab/68747470733a2f2f706f7365722e707567782e6f72672f6d696e67796f756e672f64696e6774616c6b2f642f746f74616c2e737667)](https://packagist.org/packages/mingyoung/dingtalk) [![License](https://camo.githubusercontent.com/eca2fee85ac4b87265aca8fb7102a565806f1c0ae4a7decd40b680939fc57c64/68747470733a2f2f706f7365722e707567782e6f72672f6d696e67796f756e672f64696e6774616c6b2f6c6963656e73652e737667)](https://packagist.org/packages/mingyoung/dingtalk)

介绍
--

[](#介绍)

EasyDingTalk 封装了钉钉身份验证、通讯录管理、消息通知、审批、群机器人、业务事件回调管理等服务端接口，让开发者可以使用简单的配置，提供简洁的 API 以供方便快速地调用钉钉接口。

环境要求
----

[](#环境要求)

- PHP 7.0+
- [Composer](https://getcomposer.org/)

安装
--

[](#安装)

```
composer require fyl-ichong/dingtalk:^2.0
```

使用
--

[](#使用)

```
use EasyDingTalk\Application;

$config = [
    'corp_id' => 'dingd3ir8195906jfo93',

    'app_key' => 'dingwu33fo1fjc0fszad',
    'app_secret' => 'RsuMFgEIY3jg5UMidkvwpzEobWjf9Fcu3oLqLyCUIgzULm54WcV7j9fi3fJlUshk',
];

$app = new Application($config);
```

文档
--

[](#文档)

License
-------

[](#license)

MIT

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

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

Unknown

Total

1

Last Release

1367d ago

### Community

Maintainers

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

---

Top Contributors

[![mingyoung](https://avatars.githubusercontent.com/u/6228858?v=4)](https://github.com/mingyoung "mingyoung (75 commits)")[![Macroyep](https://avatars.githubusercontent.com/u/6713684?v=4)](https://github.com/Macroyep "Macroyep (21 commits)")[![ffvsnn520](https://avatars.githubusercontent.com/u/17776343?v=4)](https://github.com/ffvsnn520 "ffvsnn520 (3 commits)")[![calchen](https://avatars.githubusercontent.com/u/3085383?v=4)](https://github.com/calchen "calchen (2 commits)")[![Garfielt](https://avatars.githubusercontent.com/u/3894636?v=4)](https://github.com/Garfielt "Garfielt (1 commits)")[![Nicolas-One](https://avatars.githubusercontent.com/u/23067153?v=4)](https://github.com/Nicolas-One "Nicolas-One (1 commits)")

---

Tags

sdkdingtalkdingdingeasydingtalk

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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