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
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.
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
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-23