misaf/laravel-sms-gateway-textlocal
Composer 安装命令:
composer require misaf/laravel-sms-gateway-textlocal
包简介
Textlocal driver for misaf/laravel-sms-gateway.
README 文档
README
Textlocal driver package for misaf/laravel-sms-gateway.
Installation
composer require misaf/laravel-sms-gateway misaf/laravel-sms-gateway-textlocal
Laravel package discovery registers Misaf\LaravelSmsGatewayTextlocal\TextlocalSmsGatewayServiceProvider automatically.
Usage
Set the default driver when this provider should be used by default:
SMS_GATEWAY_DRIVER=textlocal
Then configure the provider credentials in config/services.php and use the shared facade:
use Misaf\LaravelSmsGateway\Facade\SmsGateway; SmsGateway::driver('textlocal')->request();
Testing
composer test
composer analyse
License
MIT
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-02