2017 © Pedro Peláez
 

library alidayu

alidayu sms library

image

anerg2046/alidayu

alidayu sms library

  • Thursday, January 5, 2017
  • by anerg2046
  • Repository
  • 3 Watchers
  • 22 Stars
  • 677 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 16 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

阿里大鱼短信库 ThinkPHP5

安装方法

composer require anerg2046/alidayu

类库使用的命名空间为\\anerg\\Alidayu, (*1)

典型用法

以ThinkPHP5为例, (*2)

<?php

namespace app\common\service;

use anerg\Alidayu\SmsGateWay;

class Sms {

    public function send_code($mobile) {
        $code = mt_rand(1000, 9999);
        $AliSMS = new SmsGateWay();
        $AliSMS->send($mobile, ['code'=>$code], 'SMS_10210103');
    }

}

The Versions

05/01 2017

dev-master

9999999-dev

alidayu sms library

  Sources   Download

MIT

The Requires

 

by Coeus

05/01 2017

1.1.0

1.1.0.0

alidayu sms library

  Sources   Download

MIT

The Requires

 

by Coeus

29/12 2016

1.0.2

1.0.2.0

alidayu sms library

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Coeus