2017 © Pedro Peláez
 

library phpsms

sms send library for php, support the main SMS service provider.

image

rocketyang/phpsms

sms send library for php, support the main SMS service provider.

  • Friday, December 18, 2015
  • by rocketyang
  • Repository
  • 1 Watchers
  • 0 Stars
  • 72 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 123 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

YiiSms

yii2与phpsmshttps://github.com/toplan/phpsms 相结合。, (*1)

支持的服务商有:, (*2)

服务商 模板短信 内容短信 语音验证码 最低消费 最低消费单价
Luosimao no yes yes ¥850(1万条) ¥0.085/条
云片网络 no yes yes ¥55(1千条) ¥0.055/条
容联·云通讯 yes no yes 充值¥500 ¥0.055/条
SUBMAIL yes no no ¥100(1千条) ¥0.100/条
云之讯 yes no yes ¥0.050/条

安装

```
composer require 'rocketyang/phpsms:dev-master'
```

快速上手

1. Yii配置

可以作为component组件加载到yii2现有的components;

```
sms => [

    'class' => 'Toplan\PhpSms\YiiSms',

    'agentsName' => [
        'YunPian' => '1 backup',
        'Luosimao' => '0 backup'
    ],

    'agentsConfig' => [
        'YunPian' => [
            'apikey' => '122222343434324d2f17f8aa201611785a'
        ],

        'Luosimao' => [
            'apikey' => '3068537108b2xxxxxx71ba9e'
        ]
    ]
];

```

2. 超简单的语法糖

```
$sms = Yii::$app->get('sms');
$sms->send('13798164261', 'hello【云片网】');
```

The Versions

18/12 2015

dev-master

9999999-dev

sms send library for php, support the main SMS service provider.

  Sources   Download

MIT

The Requires

 

by Avatar toplan

sms phpsms php sms sms library for php

24/11 2015

0.1.4

0.1.4.0

sms send library for php, support the main SMS service provider.

  Sources   Download

MIT

The Requires

 

by Avatar toplan

sms phpsms php sms sms library for php

19/11 2015

0.1.3

0.1.3.0

sms send library for php, support the main SMS service provider.

  Sources   Download

MIT

The Requires

 

by Avatar toplan

sms phpsms php sms sms library for php

18/11 2015

0.1.2

0.1.2.0

sms send library for php, support the main SMS service provider.

  Sources   Download

MIT

The Requires

 

by Avatar toplan

sms phpsms php sms sms library for php

18/11 2015

0.1.1

0.1.1.0

sms send library for php, support the main SMS service provider.

  Sources   Download

MIT

The Requires

 

by Avatar toplan

sms phpsms php sms sms library for php

17/11 2015

0.1.0

0.1.0.0

sms send library for php, support the main SMS service provider.

  Sources   Download

MIT

The Requires

 

by Avatar toplan

sms phpsms php sms sms library for php

13/11 2015

0.0.1

0.0.1.0

sms send library for php, support the mainstream SMS service provider

  Sources   Download

MIT

The Requires

 

by Avatar toplan

sms phpsms php sms