2017 © Pedro Peláez
 

library aliyun-sms-php

阿里云 SMS

image

hyancat/aliyun-sms-php

阿里云 SMS

  • Wednesday, March 22, 2017
  • by HyanCat
  • Repository
  • 1 Watchers
  • 1 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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)

The Versions

22/03 2017

dev-master

9999999-dev

阿里云 SMS

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

18/11 2016

v0.1.0

0.1.0.0

阿里云 SMS

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires