Download the PHP package superman2014/laravel-sms-manager without Composer
On this page you can find all versions of the php package superman2014/laravel-sms-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download superman2014/laravel-sms-manager
More information about superman2014/laravel-sms-manager
Files in superman2014/laravel-sms-manager
Download superman2014/laravel-sms-manager
More information about superman2014/laravel-sms-manager
Files in superman2014/laravel-sms-manager
Vendor superman2014
Package laravel-sms-manager
Short Description provider sms send manager,support aliyun sms and so far.
License MIT
Package laravel-sms-manager
Short Description provider sms send manager,support aliyun sms and so far.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-sms-manager
SMS
Support Laravel and Lumen.
Step1: 安装, composer require "superman2014/laravel-sms-manager:1.0.x@dev"
Step2: 注册 Superman2014\Sms\SmsServiceProvider
到config/app.php
配置文件:
or bootstrap/app.php
也可以, 添加 Sms
门面 到配置文件的 aliases
数组里:
Step3: 生成config/sms.php
配置文件内容如下:
我们可以在.env文件里面配置这三个常量(阿里云access_key,阿里云access_secret,短信签名):
ALIYUN_SMS_CLIENT_ID,ALIYUN_SMS_CLIENT_SECRET,ALIYUN_SMS_SIGN_NAME
Step4: 代码中使用
Note: superman2014/sms还不是很完善
- [ ] add event
- [ ] support queue
- [x] add default
- [x] sms frequency limit captcha-repository
- [ ] and so on
All versions of laravel-sms-manager with dependencies
PHP Build Version
Package Version
Requires
ext-openssl Version
*
illuminate/support Version 5.2.* || 5.3.* || 5.4.* || 5.5.*
php Version >=5.6.0
superman2014/aliyun-dysms-php-sdk Version ~1.0
illuminate/support Version 5.2.* || 5.3.* || 5.4.* || 5.5.*
php Version >=5.6.0
superman2014/aliyun-dysms-php-sdk Version ~1.0
The package superman2014/laravel-sms-manager contains the following files
Loading the files please wait ....