agoalofalife/targetsms

This is wrapper https://targetsms.ru/
115
Install
composer require agoalofalife/targetsms
Latest Version:v1.0.0
License:MIT
Last Updated:Oct 6, 2023
Links: GitHub  ·  Packagist
Maintainer: agoalofalife

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

Related Packages

rinvex/laravel-authy

Rinvex Authy is a simple wrapper for Authy TOTP, the best rated Two-Factor Authe...

77,746 32
toplan/laravel-sms

A mobile phone number validation solution based on laravel

80,254 835
laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

8,725,294 258
kavenegar/laravel

laravel 4 and 5 kavenegar integration

356,409 85
laravel-notification-channels/authy

Authy notification channel for Laravel, with the ability to send in-app, sms, an...

46,701 57