承接 moslemparve/webex-connect-laravel 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

moslemparve/webex-connect-laravel

最新稳定版本:v1.0.2

Composer 安装命令:

composer require moslemparve/webex-connect-laravel

包简介

Laravel package for Webex Connect SMS and OTP integration

README 文档

README

Laravel package for sending SMS and OTP via Webex Connect (formerly IMImobile).

Installation

Install via Composer:

composer require moslemparve/laravel-webex-connect

Configuration

Publish the configuration file:

php artisan vendor:publish --tag=webex-connect-config

Add to your .env:

WEBEX_SERVICE_ID=your-service-id
WEBEX_SERVICE_SECRET=your-service-secret
WEBEX_REGION=us
WEBEX_SENDER_ID=+1234567890
WEBEX_IS_SANDBOX=false
WEBEX_OTP_TEMPLATE="Your OTP code is {otp}. Valid for {validity} minutes."
WEBEX_OTP_EXPIRY_MINUTES=5

Usage

Send Single SMS

use MoslemParve\WebexConnect\Facades\WebexConnect;

$result = WebexConnect::sendSms('+1234567890', 'Hello from Webex!');

if ($result['success']) {
    echo "Message sent! ID: " . $result['message_id'];
}

Send Bulk SMS

$recipients = ['+1234567890', '+0987654321'];
$result = WebexConnect::sendBulkSms($recipients, 'Bulk message to all!');

Send OTP

$result = WebexConnect::sendOtp('+1234567890');

if ($result['success']) {
    // Store OTP in database
    $otp = $result['otp'];
    $expiresAt = $result['expires_at'];
}

Test Connection

$result = WebexConnect::testConnection();

License

MIT License. See LICENSE for more information.

Credits

Support

For issues and feature requests, please use the GitHub issue tracker.git a

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-02-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固