agoalofalife/targetsms
Composer 安装命令:
composer require agoalofalife/targetsms
包简介
This is wrapper https://targetsms.ru/
关键字:
README 文档
README
Unfortunatly, current version incompatible with current version targetsms.
Some time ago, they updated api, but if this package did popular I will update it.
What it is?
Is a library for the use of sending SMS with the service TargetSms
This package is framework-dependent!
It is used in the environment Laravel
How to start using?
First of all, you have to install this package
composer require agoalofalife/targetsms
You must add the service provider in file config/app.php
agoalofalife\targetsms\Providers\TargetSmsProvider::class
and execute the command in the console
php artisan vendor:publish
Then in the folder ** /config** you will see file targetSMS.php
You will need to add your settings
return [
'login' => '',
'password' => '',
'url' => 'https://sms.targetsms.ru', //most likely
'sender' => '' //how to sign SMS messages
];
Examples you can see in the folder Example
统计信息
- 总下载量: 115
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-03