misfit/robisms

Robi SMS 发送 Laravel 扩展包

v1.0.0 2023-05-15 15:21 UTC

This package is auto-updated.

Last update: 2024-09-17 16:55:42 UTC


README

Packagist Version Packagist Downloads Packagist License

Robi SMS 发送 Laravel 扩展包

🐾 安装

 composer require misfit/robi-sms

📤 配置

🔹 从终端运行以发布配置

 php artisan vendor:publish --provider='Misfit\Robisms\RobiSmsServiceProvider'

🔒 凭据

🔹 现在是时候在 .env 中设置您的 Robi 凭据了

    ROBI_USERNAME=
    ROBI_PASSWORD=
    ROBI_SMS_NUMBER=
    ROBI_SMS_TIMEOUT=

✉️ 消息

🔹 现在,您可以通过调用 robi_sms() 方法在任何地方使用您的项目中的短信服务。

 robi_sms(['mobile_no'=>'01xxxxxxxxx','msg'=>'Bismillah'])