PHPackages                             myfcomic/sendmsg - 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. myfcomic/sendmsg

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

myfcomic/sendmsg
================

send msg

v1.0.7(6y ago)216MITPHP

Since Dec 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/changshuai666/myfcomic)[ Packagist](https://packagist.org/packages/myfcomic/sendmsg)[ RSS](/packages/myfcomic-sendmsg/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (7)Used By (0)

\---------------------------------------------使用文档---------------------------------------

注：仅适用于PHP-Laravel框架，其他语言或框架不兼容！

Demo:

```
 $web_hook = " https://oapi.dingtalk.com";

    $message = [
        'project' => '漫番',
        'title' => '漫番异常测试',
        'message' => 'syntaerro, unexpected \'$validate\' (T_VARIABLE)'
    ];
    $result = Myfcomic\Client::create()->setHost($web_hook)->build()->send($message);

```

方法指南：

```
1、create()            加载Myfcomic Client，不需传值

2、setHost(string)     钉钉webhook url

3、build(int)          选择发送信息渠道 并加载发送信息类（目前不需传值，默认为钉钉渠道发送）

4、setCache(bool)      是否延时发送（默认延时5min发送）

5、send(arry)          发送信息

    1）keyName1   project   webhook 验签关键字

    2）keyName2   title     消息标题

    3）keyName3   message   消息主体

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

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 ~2 days

Total

6

Last Release

2340d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/myfcomic-sendmsg/health.svg)

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

###  Alternatives

[hekmatinasser/notowo

This Package helps developers change number to word for all language on Laravel freamwork PHP

32510.4k2](/packages/hekmatinasser-notowo)

PHPackages © 2026

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