paidian/work-wx-alert

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

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/paidian/work-wx-alert

v0.5 2019-07-02 08:37 UTC

This package is not auto-updated.

Last update: 2025-10-16 18:55:44 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','系统挂了');