2017 © Pedro Peláez
 

library targetsms

This is wrapper https://targetsms.ru/

image

agoalofalife/targetsms

This is wrapper https://targetsms.ru/

  • Monday, May 14, 2018
  • by agoalofalife
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Unfortunatly, current version incompatible with current version targetsms.

What it is?

Is a library for the use of sending SMS with the service TargetSms, (*1)

This package is framework-dependent!, (*2)

It is used in the environment Laravel, (*3)

How to start using?

First of all, you have to install this package, (*4)

composer require agoalofalife/targetsms

You must add the service provider in file config/app.php, (*5)

agoalofalife\targetsms\Providers\TargetSmsProvider::class

and execute the command in the console, (*6)

php artisan vendor:publish

Then in the folder ** /config** you will see file targetSMS.php, (*7)

You will need to add your settings, (*8)

return [
'login' => '',
'password' => '',
'url' => 'https://sms.targetsms.ru', //most likely
'sender' => '' //how to sign SMS messages
];

Examples you can see in the folder Example, (*9)

The Versions

14/05 2018

dev-master

9999999-dev

This is wrapper https://targetsms.ru/

  Sources   Download

MIT

by Avatar agoalofalife

laravel sms targetsms

14/05 2018

v0.3.0

0.3.0.0

This is wrapper https://targetsms.ru/

  Sources   Download

MIT

by Avatar agoalofalife

laravel sms targetsms

03/05 2018

v0.2.1

0.2.1.0

This is wrapper https://targetsms.ru/

  Sources   Download

MIT

by Avatar agoalofalife

laravel sms targetsms

03/05 2018

v0.2.0

0.2.0.0

This is wrapper https://targetsms.ru/

  Sources   Download

MIT

by Avatar agoalofalife

laravel sms targetsms

22/05 2017

v0.1.3

0.1.3.0

This is wrapper https://targetsms.ru/

  Sources   Download

MIT

by Avatar agoalofalife

laravel sms targetsms

22/05 2017

v0.1.2

0.1.2.0

This is wrapper https://targetsms.ru/

  Sources   Download

MIT

by Avatar agoalofalife

laravel sms targetsms