Download the PHP package jundayw/laravel-sms without Composer
On this page you can find all versions of the php package jundayw/laravel-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-sms
安装方法
命令行下, 执行 composer 命令安装:
`
对象方法
短信服务商
public function via(string $via): SMSAdapterContract;
短信发送对象
public function to(mixed $recipients): static;
短信名称及短信参数
public function scene(string $templateName, array $templateParam = []): static;
发送短信
public function send(array $options = []): SMSResponseContract;
短信验证
public function check(mixed $input): bool;
使用场景
发布配置文件
配置文件
All versions of laravel-sms with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
alibabacloud/dysmsapi-20170525 Version ^2.0
tencentcloud/sms Version ^3.0
alibabacloud/dysmsapi-20170525 Version ^2.0
tencentcloud/sms Version ^3.0
The package jundayw/laravel-sms contains the following files
Loading the files please wait ....