Skip to content

jessynt/laravel-easy-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-easy-sms

Latest Version on Packagist Software License Total Downloads

A EasySMS bridge for Laravel

Installation

Require this package with composer using the following command:

composer require jessynt/laravel-easy-sms

Add the service provider to the providers array in config/app.php

Jessynt\LaravelEasySMS\ServiceProvider::class,

Publish configuration in Laravel 5

php artisan vendor:publish --provider="Jessynt\LaravelEasySMS\ServiceProvider"

Usage

EasySMS::send($to, $message, $gateways = array())
// ...

License

MIT

Copyright (c) 2017-2018 Jessynt