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

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

firstphp/dingtalk
=================

钉钉开发组件 for hyperf

1.2.2(6y ago)156MITPHPPHP &gt;=7.2

Since Sep 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/lamplife/firstphp-dingtalk)[ Packagist](https://packagist.org/packages/firstphp/dingtalk)[ Docs](http://www.firstphp.com/)[ RSS](/packages/firstphp-dingtalk/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

firstphp-dingtalk
=================

[](#firstphp-dingtalk)

钉钉开发组件 for hyperf

安装组件:

```
composer require firstphp/dingtalk

```

发布配置:

```
php bin/hyperf.php vendor:publish firstphp/dingtalk

或

cp vendor/firstphp/dingtalk/src/publish/dingtalk.php config/autoload

```

编辑.env配置：

```
DINGTALK_URL=https://oapi.dingtalk.com/
DINGTALK_APPID=dingoavde8e9au3bzeoaew
DINGTALK_APPSECRET=l03242xmoe3YBnQVgaVbxKRPVxNHdFIg6YjkY0qowDtnhuqdqRwS3D9OXAU3G4mX

```

示例代码：

```
use Firstphp\Dingtalk\DingtalkInterface;

......

/**
 * @Inject
 * @var DingtalkInterface
 */
protected $dingtalkInterface;

public function test() {
    $res = $this->dingtalkInterface->gettoken();
    var_dump($res);
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

5

Last Release

2430d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

hyperf

### Embed Badge

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

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

###  Alternatives

[hyperf/di

A DI for Hyperf.

182.8M594](/packages/hyperf-di)[hyperf/crontab

A crontab component for Hyperf.

131.6M62](/packages/hyperf-crontab)[hyperf/watcher

Hot reload watcher for Hyperf

17846.7k27](/packages/hyperf-watcher)

PHPackages © 2026

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