library alidayu
alidayu sms library
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
阿里大鱼短信库 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');
}
}
dev-master
9999999-dev
alidayu sms library
Sources
Download
MIT
The Requires
by
Coeus
1.1.0
1.1.0.0
alidayu sms library
Sources
Download
MIT
The Requires
by
Coeus
1.0.2
1.0.2.0
alidayu sms library
Sources
Download
MIT
The Requires
by
Coeus