jessynt/laravel-easy-sms

A EasySMS bridge for Laravel

v1.0.4 2018-01-02 06:44 UTC

This package is not auto-updated.

Last update: 2024-04-18 02:40:05 UTC


README

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