Skip to content

textlocal.in sms gateway api integration in laravel

License

Notifications You must be signed in to change notification settings

shopapps/Textlocal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textlocal

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

Require this package in your composer.json and update composer. This will download the package.

composer require rahulreghunath/textlocal

Installation

Laravel

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

Rahulreghunath\Textlocal\ServiceProvider::class,

packege auto discovery available for laravel version 5.5 or later

After adding ServiceProvider, Run the command

    php artisan vendor:publish

After that set your textlocal authentication key inside textlocal.php file inside config folder and you are good to go

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

About

textlocal.in sms gateway api integration in laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%