PHPackages                             qktong/think-message - 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. qktong/think-message

ActiveThink-extend[Mail &amp; Notifications](/categories/mail)

qktong/think-message
====================

基于thinkphp6,发送通知 包括站内信，短信，钉钉等

v0.1.2(6y ago)020MITPHP

Since Jan 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/qktong/think-message)[ Packagist](https://packagist.org/packages/qktong/think-message)[ RSS](/packages/qktong-think-message/feed)WikiDiscussions master Synced today

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

环境需求
----

[](#环境需求)

- PHP &gt;= 7.1
- thinkphp &gt;= 6.0

介绍
--

[](#介绍)

发送通知，包括站内信，短信，钉钉等

安装
--

[](#安装)

```
composer require "qktong/notice"
```

使用
--

[](#使用)

```
//发送信息
use qktong\message\Sender;
$sender = new Sender();
$sender->send(1, '18581037340', 'yzm', ['code' => '4326'], 1);
```

```
//获取消息列表
use qktong\message\Message;
$msg  = new Message();
$list = $msg->getList(1, [1], 1, 10);
print_r($list);
```

```
//阅读消息
use qktong\message\Message;
$msg    = new Message();
$result = $msg->readMessage(1, 1);
var_dump($result);
```

```
//阅读全部消息
use qktong\message\Message;
$msg    = new Message();
$result = $msg->readAllMessage(1);
var_dump($result);
```

```
//删除消息
use qktong\message\Message;
$msg    = new Message();
$result = $msg->deleteMessage(1,1);
var_dump($result);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Recently: every ~17 days

Total

7

Last Release

2238d ago

### Community

Maintainers

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

---

Top Contributors

[![qktong](https://avatars.githubusercontent.com/u/6166093?v=4)](https://github.com/qktong "qktong (6 commits)")

### Embed Badge

![Health badge](/badges/qktong-think-message/health.svg)

```
[![Health](https://phpackages.com/badges/qktong-think-message/health.svg)](https://phpackages.com/packages/qktong-think-message)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M228](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[leonis/easysms-notification-channel

EasySms Notification Channel for Laravel.

15839.6k](/packages/leonis-easysms-notification-channel)

PHPackages © 2026

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