PHPackages                             curder/deployphp-recipes - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. curder/deployphp-recipes

ArchivedLibrary[DevOps &amp; Deployment](/categories/devops)

curder/deployphp-recipes
========================

Deployer Recipes for DingTalk Notification.

1.0.3(7y ago)05.1k—2.7%1MITPHP

Since Jan 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/curder/deployphp-recipes)[ Packagist](https://packagist.org/packages/curder/deployphp-recipes)[ RSS](/packages/curder-deployphp-recipes/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (4)Used By (1)

Deployer部署时的钉钉通知
----------------

[](#deployer部署时的钉钉通知)

### 使用

[](#使用)

本项目是[Deployer](https://github.com/deployphp/deployer)的一个部署通知，所以使用之前需要您安装好deployer/deployer（建议您完成一次成功部署之后再来配置）。

```
composer require curder/deployphp-recipes --dev # 当前项目安装

```

在您的部署配置文件`deploy.php`文件中添加文件的引入：

```
require __DIR__.'/vendor/curder/deployphp-recipes/dingtalk.php';

```

### 配置

[](#配置)

修改本地部署文件添加如下语句：

```
// config access token value
set('dingtalk_access_token', '');

// DingTalk text
set('dingtalk_text', '_{{user}}_正在部署**{{ target }}**, 从`{{branch}}`分支部署到*{{target}}*');
set('dingtalk_failure_text', '**{{ branch }}**部署到*{{target}}*失败');
set('dingtalk_success_text', '**{{ branch }}**部署到*{{target}}*成功');

// Handle notify
after('deploy:info', 'dingtalk:notify');
after('success', 'dingtalk:notify:success');
after('deploy:failed', 'dingtalk:notify:failure');

```

> 获取对应通知到的钉钉群的token值，获取方式通过下面的网址中获取。 将上述代码中的**domain.com**换成您自己可辨识的部署目标网址即可。

更多第三方插件【[参考这里](https://github.com/deployphp/recipes)】

参考链接
----

[](#参考链接)

- [Deployer](https://github.com/deployphp/deployer)
- [DingTalk](https://open-doc.dingtalk.com/docs/doc.htm?spm=a219a.7629140.0.0.karFPe&treeId=257&articleId=105735&docType=1)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~17 days

Total

4

Last Release

2681d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8327004?v=4)[curder](/maintainers/curder)[@curder](https://github.com/curder)

---

Top Contributors

[![curder](https://avatars.githubusercontent.com/u/8327004?v=4)](https://github.com/curder "curder (8 commits)")[![QCurder](https://avatars.githubusercontent.com/u/290621710?v=4)](https://github.com/QCurder "QCurder (8 commits)")

### Embed Badge

![Health badge](/badges/curder-deployphp-recipes/health.svg)

```
[![Health](https://phpackages.com/badges/curder-deployphp-recipes/health.svg)](https://phpackages.com/packages/curder-deployphp-recipes)
```

###  Alternatives

[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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