waywake/work-wx-alert

There is no license information available for the latest version (v0.1.0) of this package.

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/waywake/work-wx-alert

v0.1.0 2026-01-03 16:36 UTC

This package is not auto-updated.

Last update: 2026-01-04 14:51:19 UTC


README

该项目使用 composer 来完成加载

执行

composer config repositories.php-alert vcs git@git.int.haowumc.com:composer/php-alert-client.git
composer require paidian/work-wx-alert

如何使用

//通知单个或多个用户文本消息
user_text_alert('dongwei|lisida','快去领红包');

//通知一个企业微信群文本消息
chat_text_alert('api','系统挂了');