定制 smart-crowd/simple-sms-drivers 二次开发

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

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

smart-crowd/simple-sms-drivers

最新稳定版本:v0.3

Composer 安装命令:

composer require smart-crowd/simple-sms-drivers

包简介

Addition providers for simple SMS laravel package

关键字:

README 文档

README

Addition drivers for simple SMS laravel package

Installition

composer require "smart-crowd/simple-sms-drivers: dev-master"

Instead of original simple sms service provider, set our:

'providers' => [
  ...
  SmartCrowd\Sms\SmsServiceProvider::class
]

Set original simple sms alias:

'aliases' => [
  ...
  'SMS' => SimpleSoftwareIO\SMS\Facades\SMS::class

Publish original simple sms config:

php artisan vendor:publish

Now you can set up addtition sms drivers in config/sms.php file:

'smscenter' => [
    'login'    => env('SMS_CENTER_LOGIN'),
    'password' => env('SMS_CENTER_PASSWORD')
],
'smsru' => [
    'api_id' => env('SMS_RU_API_ID')
],
'smsclub' => [
    'login'    => env('SMS_CLUB_LOGIN'),
    'password' => env('SMS_CLUB_PASSWORD')
],

Usage

See original documentation

统计信息

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

GitHub 信息

  • Stars: 10
  • Watchers: 3
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-28