library aliyun-sms-php
阿里云 SMS
hyancat/aliyun-sms-php
阿里云 SMS
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
aliyun-sms-php
阿里云短信服务 for PHP., (*1)
Deprecated!!!, (*2)
Use https://github.com/HyanCat/short-messenger instead., (*3)
Installation
composer require hyancat/aliyun-sms-php
Usage
In a general way
$sms = new SmsService('[TEST_APP_ID]', '[TEST_APP_KEY]');
$sms->send('[PHONE_NUMBER]', function ($message) {
$message->template('[TEMPLATE_NAME]')->with([
'code' => '我是验证码',
'product' => '我是产品',
])->signName('我是签名');
});
For laravel or lumen
Todo...
License
The source code is under MIT License., (*4)
dev-master
9999999-dev
阿里云 SMS
Sources
Download
MIT
The Requires
The Development Requires
v0.1.0
0.1.0.0
阿里云 SMS
Sources
Download
MIT
The Requires
The Development Requires