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

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

aiqbg/message
=============

aiqbg send message client

v1.2(6y ago)112MITPHPPHP &gt;=7.0

Since Sep 12Pushed 6y ago1 watchersCompare

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

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

### 消息推送服务调用

[](#消息推送服务调用)

### 安装

[](#安装)

```
composer require aiqbg/message

```

### 发布

[](#发布)

```
php artisan vendor:publish

```

### 注册服务

[](#注册服务)

`config/app.php`添加

```
Aiqbg\Message\MessageProvider::class

```

```
'Message' => Aiqbg\Message\Facades\Message::class

```

### 使用

[](#使用)

#### RPC请求

[](#rpc请求)

##### sendMessage 参数

[](#sendmessage-参数)

#### Http请求

[](#http请求)

##### sendMessageHttp

[](#sendmessagehttp)

```
use Aiqbg\Message\Facades\Message;

Message::sendMessage("测试插件", "啦啦啦啦啦啦");
```

- title: 消息标题 必传
- message: 消息内容 必传
- user: 消息接收人 非必传
- group: 消息接收组 非必传
- receive: 接收终端 默认 qywx, 在配置文件中配置

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

2416d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5275172?v=4)[huang\_zhen88](/maintainers/huangzhen)[@huangzhen](https://github.com/huangzhen)

---

Top Contributors

[![hzl-xx](https://avatars.githubusercontent.com/u/25998966?v=4)](https://github.com/hzl-xx "hzl-xx (4 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/aiqbg-message/health.svg)](https://phpackages.com/packages/aiqbg-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)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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