承接 mastani/laravel-sorna-sms 相关项目开发

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

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

mastani/laravel-sorna-sms

Composer 安装命令:

composer require mastani/laravel-sorna-sms

包简介

Sorna SMS laravel integration

README 文档

README

Only available for sornasms.net users

Sorna SMS laravel client

Installation in Laravel 5.5 and up

$ composer require mastani/laravel-sorna-sms

Run the command below to publish the package config file config/sornasms.php:

php artisan vendor:publish

The package will automatically register itself.

Installation in Laravel 5.4

$ composer require mastani/laravel-sorna-sms

Next up, the service provider must be registered:

// config/app.php

'providers' => [
    ...
    mastani\SornaSMS\SornaSMSServiceProvider::class,
];

Usage

$sms = new SornaSMS();
$result = $sms->getSystemCredit(); // return Array( [success] => 1 [result] => 105000 )
$result = $sms->sendSMS('mobile number', 'message'); // return Array( [success] => 1 [result] => 8830401037900810478 )

Function

Function Description
getSystemCredit() Get account credit.
sendSMS(mobile, message) Send single SMS.
sendSMS([mobiles], [messages]) Send multiple SMS.
sendSMS021(mobile, message) Send single SMS with 021 line (if you owned one).
sendSMS021([mobiles], [messages]) Send multiple SMS with 021 line (if you owned one).
sendSMSBlacklist(mobile, message) Send single SMS with blacklist module.
sendSMSBlacklist([mobiles], [messages]) Send multiple SMS with blacklist module.

Error messages

Error Description
-99 اتمام زمان مجاز جهت ارسال پیامک
-100 Reference id مورد نظر یافت نشد.
-101 احراز کاربر موفقیت آمیز نبود.
-102 نام کاربری یافت نشد.
-103 شماره کاربری اشتباه یا در بین بازه شماره های کاربر نیست.
-104 اعتبار کاربر کم است.
-105 فرمت درخواست اشتباه است.
-106 تعداد Reference id ها بیش از 1000 عدد است.
-107 شماره گیرنده پیام اشتباه است.
-108 شماره گیرنده پیام اشتباه است.
-98 شماره گیرنده در لیست سیاه مخابرات قرار دارد.
-111 شماره گیرنده در لیست سیاه مخابرات قرار دارد.
-112 شماره لیست سیاه یافت نشد.
-115 برنامه ارسالی در حال اجرا میباشد. امکان ارسال همزمان وجود ندارد.

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-10-10

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固