sendsms/sendsms-laravel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sendsms/sendsms-laravel

最新稳定版本:v0.8.1

Composer 安装命令:

composer require sendsms/sendsms-laravel

包简介

Use our SMS shipping solution to deliver the right information at the right time.

README 文档

README

Total Downloads

Installation

Via Composer

$ composer require sendsms/sendsms-laravel

Usage

In your .env file, add this variables:

SENDSMS_USERNAME 
SENDSMS_PASSWORD

If you do not have an account, you can register here If you need to see a full list of examples of our package, please go to our API Documentation.

Namespace
SendSMS\SendsmsLaravel\API\AddressBook
SendSMS\SendsmsLaravel\API\Batch
SendSMS\SendsmsLaravel\API\Blocklist
SendSMS\SendsmsLaravel\API\HLR
SendSMS\SendsmsLaravel\API\Message
SendSMS\SendsmsLaravel\API\MNP
SendSMS\SendsmsLaravel\API\User
SendSMS\SendsmsLaravel\API\Other
SendSMS\SendsmsLaravel\API\ApiKey

How to send a message

Include the Message namespace at the beggining of your php file

use SendSMS\SendsmsLaravel\API\Message;

to call the function, run:

$api = new Message();
$api->message_send('40727363767', 'This is a message', '1898');

Security

If you discover any security related issues, please email support@sendsms.ro instead of using the issue tracker.

统计信息

  • 总下载量: 15.43k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-03-23