PHPackages                             asundust/push-laravel - 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. asundust/push-laravel

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

asundust/push-laravel
=====================

asundust/wechat-work-push的Laravel客户端

1.0.3(2y ago)4303MITPHP

Since Feb 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/asundust/push-laravel)[ Packagist](https://packagist.org/packages/asundust/push-laravel)[ Docs](https://github.com/asundust/push-laravel)[ RSS](/packages/asundust-push-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

企业微信应用消息推送插件 Laravel客户端
=======================

[](#企业微信应用消息推送插件-laravel客户端)

> 本项目为客户端，服务端请查看 [Laravel-Admin服务端版](https://github.com/asundust/wechat-work-push) [Dcat-Admin服务端版](https://github.com/asundust/dcat-wechat-work-push)

[![StyleCI build status](https://camo.githubusercontent.com/d73f32636ecde9d9bbd514697c6aa39521d14cb8138ba2503e3dcc88dc4bd608/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3333383733333532392f736869656c64)](https://camo.githubusercontent.com/d73f32636ecde9d9bbd514697c6aa39521d14cb8138ba2503e3dcc88dc4bd608/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3333383733333532392f736869656c64)[![Total Downloads](https://camo.githubusercontent.com/389d32898007a6bae09b6720e45feb50e779b32b9749b5da14ccbd428e132814/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6173756e647573742f707573682d6c61726176656c)](https://packagist.org/packages/asundust/push-laravel)[![Latest Stable Version](https://camo.githubusercontent.com/b3a9f5c55af1f4fdd4b9e9e83e61a67322c2e903cc1536e2620802be8214f613/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6173756e647573742f707573682d6c61726176656c)](https://packagist.org/packages/asundust/push-laravel)

安装
--

[](#安装)

### 安装

[](#安装-1)

```
composer require asundust/push-laravel

```

### 发布配置文件

[](#发布配置文件)

```
php artisan vendor:publish --provider="Asundust\PushLaravel\PushLaravelServiceProvider"

```

- 配置文件在`config/push-laravel.php`文件里

配置
--

[](#配置)

可以配置多组配置

```
PUSH_URL=
PUSH_SECRET=

```

使用
--

[](#使用)

```
// use Asundust\PushLaravel\Facades\PushLaravel;

$title = '我是测试标题';
$content = '我是测试内容';
$url = 'https://www.baidu.com/';
$urlTitle = '我是链接';

// 其中 $content $url $urlTitle 可不传
// 默认配置
app('push-laravel')->send($title, $content, $url, $urlTitle);
// 指定配置
app('push-laravel.xxxxxx')->send($title, $content, $url, $urlTitle);
// 默认配置
PushLaravel::send($title, $content, $url, $urlTitle);
// 指定配置
PushLaravel::config('xxxxxx')->send($title, $content, $url, $urlTitle);

```

支持
--

[](#支持)

如果觉得这个项目帮你节约了时间，不妨支持一下呗！

[![alipay](https://user-images.githubusercontent.com/6573979/91679916-2c4df500-eb7c-11ea-98a7-ab740ddda77d.png)](https://user-images.githubusercontent.com/6573979/91679916-2c4df500-eb7c-11ea-98a7-ab740ddda77d.png)[![wechat](https://user-images.githubusercontent.com/6573979/91679913-2b1cc800-eb7c-11ea-8915-eb0eced94aee.png)](https://user-images.githubusercontent.com/6573979/91679913-2b1cc800-eb7c-11ea-8915-eb0eced94aee.png)

License
-------

[](#license)

[The MIT License (MIT)](https://opensource.org/licenses/MIT)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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 ~374 days

Total

4

Last Release

787d ago

### Community

Maintainers

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

---

Top Contributors

[![asundust](https://avatars.githubusercontent.com/u/6573979?v=4)](https://github.com/asundust "asundust (15 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

clientlaravelpushwechatworkclientlaravelpushwechatwork

### Embed Badge

![Health badge](/badges/asundust-push-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/asundust-push-laravel/health.svg)](https://phpackages.com/packages/asundust-push-laravel)
```

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[php-mqtt/laravel-client

A wrapper for the php-mqtt/client library for Laravel.

228539.3k1](/packages/php-mqtt-laravel-client)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[adrianorosa/laravel-geolocation

Laravel Geo Location package to get details for a given IP Address

6593.3k1](/packages/adrianorosa-laravel-geolocation)[bakame/laravel-domain-parser

Laravel package to integrate PHP Domain parser.

26534.8k4](/packages/bakame-laravel-domain-parser)

PHPackages © 2026

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