2017 © Pedro Peláez
 

php laravel-sms

easy to send sms

image

keal/laravel-sms

easy to send sms

  • Tuesday, March 14, 2017
  • by caikeal
  • Repository
  • 1 Watchers
  • 1 Stars
  • 66 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 0 % Grown

The README.md

laravel-sms-demo

StyleCI Build Status Scrutinizer Code Quality Latest Stable Version Total Downloads, (*1)

支持云通讯和聚合数据

安装

支持Laravel > 5.1.*,php > 5.6.4, (*2)

composer require keal/laravel-sms, (*3)

注册ServiceProvider

app.php中加入 Caikeal\LaravelSms\sms\SmsServiceProvider::class, (*4)

添加Facade

app.php中加入 'Sms' => Caikeal\LaravelSms\sms\Facades\Sms::class, (*5)

配置config

php artisan vendor:publish, (*6)

使用

  1. \Sms::to("这里填写手机号")->template('YunTongXun', 具体的模版id)->data(["模版变量1内容", "模版变量2内容", ...])->send();
  2. \Sms::to("这里填写手机号")->template('Juhe', 具体的模版id)->data(['模板变量'=>对应的值])->send();

The Versions

14/03 2017

dev-master

9999999-dev

easy to send sms

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar caikeal

14/03 2017

1.1.11

1.1.11.0

easy to send sms

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar caikeal

10/03 2017

1.1.10

1.1.10.0

easy to send sms

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar caikeal

10/03 2017

1.1.9

1.1.9.0

sms demo

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar caikeal

10/03 2017

1.1.8

1.1.8.0

sms demo

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar caikeal

10/03 2017

1.1.6

1.1.6.0

sms demo

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar caikeal

10/03 2017

1.1.7

1.1.7.0

sms demo

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar caikeal

29/08 2016

1.1.5

1.1.5.0

sms demo

  Sources   Download

MIT

The Development Requires

by Avatar caikeal

29/08 2016

1.1.4

1.1.4.0

sms demo

  Sources   Download

MIT

The Development Requires

by Avatar caikeal

29/08 2016

1.1.3

1.1.3.0

sms demo

  Sources   Download

MIT

The Development Requires

by Avatar caikeal

29/08 2016

1.1.2

1.1.2.0

sms demo

  Sources   Download

MIT

The Development Requires

by Avatar caikeal

12/06 2016

1.1

1.1.0.0

sms demo

  Sources   Download

MIT

The Development Requires

by Avatar caikeal

12/06 2016

1.0.3

1.0.3.0

sms demo

  Sources   Download

MIT

The Development Requires

by Avatar caikeal

17/05 2016

1.0.2

1.0.2.0

sms demo

  Sources   Download

MIT

The Development Requires

by Avatar caikeal

13/05 2016

1.0.1

1.0.1.0

sms demo

  Sources   Download

MIT

The Development Requires

by Avatar caikeal

12/05 2016

1.0.0

1.0.0.0

sms demo

  Sources   Download

MIT

The Development Requires

by Avatar caikeal