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

1.0.2 2023-05-07 14:57 UTC

This package is auto-updated.

Last update: 2024-09-14 11:30:34 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

安装

您可以通过composer安装此包

composer require hmimeee/textlocal

使用方法

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

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

测试

composer test

变更日志

请参阅CHANGELOG以获取最近更改的更多信息。

贡献

请参阅CONTRIBUTING以获取详细信息。

安全

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

鸣谢

许可协议

MIT许可(MIT)。请参阅许可文件以获取更多信息。