2017 © Pedro Peláez
 

library send-sms

laravel send text message

image

miaoqi/send-sms

laravel send text message

  • Wednesday, September 13, 2017
  • by miaomiao66
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

laravel-sms

Mobile phone short message service package based on laravel5, (*1)

support:创蓝253,容联·云通讯, (*2)

installation

Via Composer, (*3)

``` php composer require miaoqi/send-sms dev-master, (*4)


composer.json ``` php "miaoqi/send-sms": "dev-master"

configuration

``` php //service provider 'providers' => [ // ... Miaoqi\SendSms\SendSmsServiceProvider::class ], (*5)

//aliases 'aliases' => [ //... 'SendSms' => Miaoqi\SendSms\Sms::class
], (*6)

//create the configuration file php artisan vendor:publish, (*7)



## configuration items > The following is a configuration reference for the SMS proxy platform supported by this program: ``` php //The supported SMS platform is 创蓝253 'api_send_url' => 'http://sms.253.com/msg/send', //Send SMS interface URL 'api_account' => 'your_account', //user 'api_password' => 'your_password' //password //The supported SMS platform is 容联·云通讯 'api_account_sid' => 'your_account_sid', //The primary account,the AUTH TOKEN in the main account of the official website. 'api_auth_token' => 'your_auth_token', //Master account token,the AUTH TOKEN in the main account of the official website. 'api_app_id' => 'your_app_id', //APP ID. 'api_server_ip' => 'server_ip', //Request the address,sandbox environment:sandboxapp.cloopen.com,the production environment:app.cloopen.com. 'api_server_port' => 'server_port', //Request port,The production environment is consistent with the sandbox environment. 'api_soft_version' => 'soft_version', //The version number of REST,get it in the official website documentation.

Security

If you discover any security related issues, please email miaoq92@163.com instead of using the issue tracker., (*8)

The Versions

13/09 2017

dev-master

9999999-dev https://github.com/miaomiao66/sendsms

laravel send text message

  Sources   Download

MIT

The Requires

  • php 7.1.8

 

by miaoqi

sms laravel sms laravel-sms