2017 © Pedro Peláez
 

library sms

常用 短信服务

image

he/sms

常用 短信服务

  • Monday, May 21, 2018
  • by flyflyhe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 200 % Grown

The README.md

常用短信运营商封装

example

配置文件

$config = [

    'lsmApiKey' => '',

    'txAppId' => '',

    'txAppKey' => '',

    'aliAccessKeyId' => '',

    'aliAccessKeySecret' => '',

    'aliSignName' => '',

    'aliTemplateCode' => ''

    'teCustomerId' => '',

     'teAppkey' => '',
];

实例化

```$xslt $aliSms = new he\sms\AliSms($config); $aliSms->setPhone('10080'); $aliSms->setCountryCode('86'); $aliSms->send('1234');, (*1)

$lsmSms = new he\sms\LuosimaoSms($config);
...

$txSms = new he\TxSms($config);
...
$txSms->sendVoice(1234)

#只实现了telesing verifySms verifyVoice
$telesignSms = new he\TeleSignSms($config);
...

```, (*2)

The Versions

21/05 2018

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/flyflyhe/sms

常用 短信服务

  Sources   Download

MIT

sms 短信

21/05 2018

dev-master

9999999-dev https://github.com/flyflyhe/sms

常用 短信服务

  Sources   Download

MIT

sms 短信

21/05 2018

1.0

1.0.0.0 https://github.com/flyflyhe/sms

常用 短信服务

  Sources   Download

MIT

sms 短信

21/05 2018

1.1

1.1.0.0 https://github.com/flyflyhe/sms

常用 短信服务

  Sources   Download

MIT

sms 短信