2017 © Pedro Peláez
 

library accessyou

SMS provider for Laravel

image

mmhk/accessyou

SMS provider for Laravel

  • Monday, February 12, 2018
  • by Sam.Zhou
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

AccessYou

Driver 使用的SMS网关接口 Laravel 插件, (*1)

安装

  • 使用composer引入, (*2)

    composer require mmhk/accessyou
    
  • Laravel, (*3)

    • providers 添加到 config/app.php, (*4)

      MMHK\AccessYou\AccessYouServiceProvider::class,
      
    • 添加配置文件, (*5)

      php artisan vendor:publish --provider="MMHK\AccessYou\AccessYouServiceProvider" --tag=config
      
  • Lumen, (*6)

    • vendor/mmhk/accessyou/src/config.php 文件,复制到 config/sms.php, (*7)

    • bootstrap/app.php 里面添加代码, (*8)

      $app->configure('sms');
      
    • provider 添加到 bootstrap/app.php, (*9)

      $app->register(\MMHK\AccessYou\AccessYouServiceProvider::class);
      

配置

可用的.env 配置如下,其他配置请发布后修改 config/sms.php, (*10)

# SMS网关登录密码
SMS_ACCESSYOU_PWD=
# SMS网关登录账户
SMS_ACCESSYOU_ACCESS=
# SMS网关来源电话号码
SMS_PHONE_NO=
# SMS Sender ID
SMS_SENDER_ID=
# 伪装模式 true | false
SMS_PRETEND=

The Versions

12/02 2018

dev-master

9999999-dev

SMS provider for Laravel

  Sources   Download

Apache-2.0 Apache

The Requires

 

by SamZhou

12/02 2018

1.4

1.4.0.0

SMS provider for Laravel

  Sources   Download

Apache-2.0

The Requires

 

by SamZhou

12/02 2018

1.3

1.3.0.0

SMS provider for Laravel

  Sources   Download

Apache-2.0

The Requires

 

by SamZhou

11/09 2017

1.2

1.2.0.0

  Sources   Download

Apache

The Requires

 

by SamZhou

11/09 2017

1.1

1.1.0.0

  Sources   Download

The Requires

 

by SamZhou

11/09 2017

1.0

1.0.0.0

  Sources   Download

The Requires

 

by SamZhou