2017 © Pedro Peláez
 

library sms-driver-serwersms

An SerwerSMS.pl driver for kduma/sms package

image

kduma/sms-driver-serwersms

An SerwerSMS.pl driver for kduma/sms package

  • Saturday, February 10, 2018
  • by kduma
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

An SerwerSMS.pl driver for kduma/sms package

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

An SerwerSMS.pl driver for kduma/sms package, (*2)

Install

Via Composer, (*3)

$ composer require kduma/sms-driver-serwersms

In Laravel 5.6, service provider is automatically discovered. If you don't use package discovery, add the Service Provider to the providers array in config/app.php:, (*4)

KDuma\SMS\Drivers\SerwerSMS\SerwerSMSServiceProvider::class,

Create new channel or reconfigure existing in sms.php config file:, (*5)

'serwersms' => [
    'driver'   => 'serwersms',
    'login'    => env('SMS_SERWERSMS_LOGIN'),
    'password' => env('SMS_SERWERSMS_PASSWORD'),
    'sender'   => 'INFORMACJA',
    'eco'      => true,
    'flash'    => false,
],

Available Options

Option Default Description
login null Login to serwersms.pl panel
password null Password to serwersms.pl panel
sender null Sender name
eco true Send eco message
flash false Send flash message
test false If test is turned on, messages aren't sent.

Credits

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

10/02 2018

dev-master

9999999-dev

An SerwerSMS.pl driver for kduma/sms package

  Sources   Download

MIT

The Requires

 

10/02 2018

v1.0

1.0.0.0

An SerwerSMS.pl driver for kduma/sms package

  Sources   Download

MIT

The Requires