2017 © Pedro Peláez
 

library textlocal

Textlocal sms gateway wrapper for Laravel

image

rahulreghunath/textlocal

Textlocal sms gateway wrapper for Laravel

  • Monday, February 12, 2018
  • by rahulreghunath
  • Repository
  • 0 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 39 % Grown

The README.md

Textlocal

A simple PHP API extension for Textlocal(textlocal.in) sms gateway integration in Laravel, (*1)

Require this package in your composer.json and update composer. This will download the package., (*2)

composer require rahulreghunath/textlocal

Installation

Laravel

After updating composer, add the ServiceProvider to the providers array in config/app.php, (*3)

Rahulreghunath\Textlocal\ServiceProvider::class,

packege auto discovery available for laravel version 5.5 or later, (*4)

After adding ServiceProvider, Run the command, (*5)

    php artisan vendor:publish

After that set your textlocal authentication key inside textlocal.php file inside config folder and you are good to go, (*6)

$sms = new Textlocal();
$sms->send('message', 'mobile number','sender'); //sender is optional

### Documentation You can check https://api.textlocal.in/docs/phpclass for more available methods and complete Documentation can be found here, (*7)

Using it in your projects

Buy Me A Coffee, (*8)

The Versions

12/02 2018

dev-master

9999999-dev

Textlocal sms gateway wrapper for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Rahul Reghunath

laravel sms gateway textlocal

09/01 2018

v0.2

0.2.0.0

Textlocal sms gateway wrapper for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Rahul Reghunath

laravel sms gateway textlocal

25/12 2017

v0.1

0.1.0.0

Textlocal sms gateway wrapper for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Rahul Reghunath

laravel sms gateway textlocal