PHPackages                             sliverwing/laravel-dingtalk-bot-channel - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. sliverwing/laravel-dingtalk-bot-channel

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

sliverwing/laravel-dingtalk-bot-channel
=======================================

This package makes it easy to send notifications using Dingtalk Bot

0.0.2(8y ago)2201MITPHPPHP &gt;=7.0.0

Since Nov 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Sliverwing/laravel-dingtalk-bot-channel)[ Packagist](https://packagist.org/packages/sliverwing/laravel-dingtalk-bot-channel)[ RSS](/packages/sliverwing-laravel-dingtalk-bot-channel/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Dingtalk Bot Channel
============================

[](#laravel-dingtalk-bot-channel)

> add dingtalk bot channel support for Laravel

Message Type Supported
----------------------

[](#message-type-supported)

- Text
- Link
- Markdown
- ActionCard
- \[\] FeedCard

Usage
-----

[](#usage)

- Require this package

```
composer require sliverwing/laravel-dingtalk-bot-channel
```

- Add configuration file to your project

```
# ./config/dingtalk.php
return [
    'bot' => [
        'token' => 'Your Token'
    ]
];
```

- Update your notification file

```
    // ...

    /**
     * Get the notification's delivery channels.
     *
     * @param  mixed  $notifiable
     * @return array
     */
    public function via($notifiable)
    {
        return [DingtalkBotChannel::class];
    }

    // ...

    public function toDingTalkBot($notifiable)
    {
        return (new Message())
            ->text("Test Msg")
            ->at(['156xxxx8827', '189xxxx8325'], false);
    }

    // ...

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

2

Last Release

3162d ago

### Community

Maintainers

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

---

Top Contributors

[![Sliverwing](https://avatars.githubusercontent.com/u/13468766?v=4)](https://github.com/Sliverwing "Sliverwing (5 commits)")

### Embed Badge

![Health badge](/badges/sliverwing-laravel-dingtalk-bot-channel/health.svg)

```
[![Health](https://phpackages.com/badges/sliverwing-laravel-dingtalk-bot-channel/health.svg)](https://phpackages.com/packages/sliverwing-laravel-dingtalk-bot-channel)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2742.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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