smart-crowd/simple-sms-drivers 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱: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
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固