jessynt / laravel-easy-sms
A EasySMS bridge for Laravel
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/jessynt/laravel-easy-sms
Requires
- illuminate/support: 5.x
- overtrue/easy-sms: ^0.0.9
This package is not auto-updated.
Last update: 2025-10-16 10:14:18 UTC
README
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
Copyright (c) 2017-2018 Jessynt