定制 akamomer/bulksmsiraq-sdk-v4 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

akamomer/bulksmsiraq-sdk-v4

最新稳定版本:v1.0.0

Composer 安装命令:

composer require akamomer/bulksmsiraq-sdk-v4

包简介

PHP SDK for Bulk SMS Iraq V4 API.

README 文档

README

BulkSMSIraq.com is a leading SMS gateway provider in Iraq, offering fast, reliable, and cost-effective bulk SMS solutions for businesses, developers, and organizations. With powerful APIs, including the V4 API, users can easily integrate SMS functionality into websites, applications, and systems to send alerts, notifications, marketing messages, and more. Whether you're targeting local customers or scaling your communication efforts, BulkSMSIraq.com delivers high deliverability, user-friendly tools, and responsive support. Get started today and enhance your communication with a trusted SMS platform built for Iraq's mobile network landscape.

Installation

composer require akamomer/bulksmsiraq-sdk-v4

Usage

<?php

require 'vendor/autoload.php';

use  BulkSMSIraq\BulkSMSIraqV4;;

// Replace 'YOUR_API_KEY_HERE' with your actual API key
//API KEY: https://portal.verifyway.com/developers

$apiKey = 'API_KEY';
$smsClient = new BulkSMSIraqV4($apiKey);

$recipientNumber = '9647xxxxxxxxx';
//replace with your SenderID
//https://portal.verifyway.com/senderid
$senderId = 'SenderID';

try {

    // Example 2: Sending a WhatsApp OTP message in Arabic
    echo "\nSending WhatsApp message in Arabic...\n";
    $whatsappResponse = $smsClient->sendWhatsAppArabic(
        $recipientNumber,
        $senderId,
        '123654'
    );
    print_r($whatsappResponse);
   
} catch (\Exception $e) {
    echo "An error occurred: " . $e->getMessage() . "\n";
}

?>

License

MIT

统计信息

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

GitHub 信息

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

其他信息

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