2017 © Pedro Peláez
 

library mobilywssms

mobilywssms SMS Sender Wrapper Laravel

image

abdualrhmanio/mobilywssms

mobilywssms SMS Sender Wrapper Laravel

  • Saturday, August 26, 2017
  • by abdualrhmanIO
  • Repository
  • 1 Watchers
  • 1 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

MobilyWsSms SMS Sender mobily.ws Wrapper for Laravel 5

Introduction

..., (*1)

Installation

First, you'll need to require the package with Composer:, (*2)

composer require abdualrhmanio/mobilywssms

Aftwards, run composer update from your command line., (*3)

Then, update config/app.php by adding an entry for the service provider., (*4)

'providers' => [
    // ...
    Abdualrhmanio\MobilyWsSms\MobilyWsSmsServiceProvider::class
];

Then, register class alias by adding an entry in aliases section, (*5)

'aliases' => [
    // ...
    'mobilywssms' => Abdualrhmanio\MobilyWsSms\MobilyWsSmsFacade::class
];

Finally, from the command line again, run, (*6)

php artisan vendor:publish --tag=config

to publish the default configuration file. This will publish a configuration file named mobilywssms.php which includes your jawalbsms App Credentials., (*7)

Note: If the previous command does not publish the config file successfully, please check the steps involving providers and aliases in the config/app.php file., (*8)

Configuration

You need to fill in mobilywssms.php file that is found in your applications config directory., (*9)

Usage

Sending a SMS To Specific Number

You can easily send a SMS to Specific Number with the command, (*10)

\mobilywssms::sendSMS("Some Message","PhoneNumber");

The Versions

26/08 2017

dev-master

9999999-dev

mobilywssms SMS Sender Wrapper Laravel

  Sources   Download

MIT

The Requires

 

laravel sms laravel 5 sender mobilywssms

26/08 2017

1.2.3

1.2.3.0

mobilywssms SMS Sender Wrapper Laravel

  Sources   Download

MIT

The Requires

 

laravel sms laravel 5 sender mobilywssms

26/08 2017

1.2.2

1.2.2.0

mobilywssms SMS Sender Wrapper Laravel

  Sources   Download

MIT

The Requires

 

laravel sms laravel 5 sender mobilywssms

25/05 2017

1.2.1

1.2.1.0

mobilywssms SMS Sender Wrapper Laravel

  Sources   Download

MIT

The Requires

 

laravel sms laravel 5 sender mobilywssms

25/05 2017

1.2

1.2.0.0

mobilywssms SMS Sender Wrapper Laravel

  Sources   Download

MIT

The Requires

 

laravel sms laravel 5 sender mobilywssms

06/05 2017

1.1

1.1.0.0

mobilywssms SMS Sender Wrapper Laravel

  Sources   Download

MIT

The Requires

 

laravel sms laravel 5 sender mobilywssms

06/05 2017

dev-dev

dev-dev

mobilywssms SMS Sender Wrapper Laravel

  Sources   Download

MIT

The Requires

 

laravel sms laravel 5 sender mobilywssms

06/04 2017

1.0

1.0.0.0

JawalbSms SMS Sender Wrapper Laravel

  Sources   Download

MIT

The Requires

 

laravel sms laravel 5 sender jawalbsms