hmimeee/easysendsms

Easy Send SMS 的 HTTP(s) SMS API 处理器 - 一家短信发送服务提供商

1.0 2023-04-12 06:06 UTC

This package is auto-updated.

Last update: 2024-09-12 09:23:49 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

安装

您可以通过 composer 安装此包

composer require hmimeee/easysendsms

使用方法

在可通知模型中添加此方法以路由手机号码属性

/**
* Route notifications for the SMS channel.
*/
public function routeNotificationForSms(Notification $notification): string
{
  return $this->cell_phone_no;
}

测试

composer test

变更日志

有关最近更改的更多信息,请参阅 变更日志

贡献

有关详细信息,请参阅 贡献指南

安全性

如果您发现任何安全相关的问题,请通过电子邮件 hmimeee@gmail.com 反馈,而不是使用问题跟踪器。

致谢

许可证

MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件