定制 mahdialikhani/smsir 二次开发

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

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

mahdialikhani/smsir

最新稳定版本:v0.0.2

Composer 安装命令:

composer require mahdialikhani/smsir

包简介

Official Sms.ir Laravel Package

README 文档

README

Official Laravel Package for sms.ir

Latest Stable Version Total Downloads Monthly Downloads License

Hi, if you have an account in sms.ir, you can use this package for laravel

How to install:

composer require mahdialikhani/smsir
php artisan vendor:publish
php artisan migrate

Setup:

add this line to your app.php providers: Mahdialikhani\smsirlaravel\SmsirlaravelServiceProvider::class,

and add this line to your app.php aliases: 'Smsirlaravel' => Mahdialikhani\smsirlaravel\SmsirlaravelFacade::class,

After publish the package files you must open smsirlaravel.php in config folder and set the api-key, secret-key and your sms line number.

Like this:

'webservice-url' => env('SMSIR-WEBSERVICE-URL','https://ws.sms.ir/'),
'api-key' => env('SMSIR-API-KEY','Your sms.ir api key'),
'secret-key' => env('SMSIR-SECRET-KEY','Your sms.ir secret key'),
'line-number' => env('SMSIR-LINE-NUMBER','Your sms.ir line number'

Note:

you can set the keys and line number in your .env file

like this:

SMSIR-WEBSERVICE-URL=https://ws.sms.ir/

SMSIR-API-KEY=your api-key

SMSIR-SECRET-KEY=your secret-key

SMSIR-LINE-NUMBER=1000465******

Methods:

Smsirlaravel::send()

Smsirlaravel::credit()

Smsirlaravel::getLines()

Smsirlaravel::addToCustomerClub()

Smsirlaravel::deleteContact();

Smsirlaravel::sendToCustomerClub();

Smsirlaravel::addContactAndSend();

Smsirlaravel::sendVerification();

Smsirlaravel::ultraFastSend();

Smsirlaravel::getSentMessages();

Smsirlaravel::getReceivedMessages();

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-04