Just like Mail, we have multiple drivers for sending SMS
creatvstudio/laravel-sms is a Laravel package for just like mail, we have multiple drivers for sending sms.
It currently has 0 GitHub stars and 37 downloads on Packagist (latest version v0.1.0).
Install it with composer require creatvstudio/laravel-sms.
Discover more Laravel packages by creatvstudio
or browse all Laravel packages to compare alternatives.
Last updated
You can install the package via composer:
composer require creatvstudio/laravel-sms
SMS::send('+6344444444', 'Your sms message.');
SMS::driver('log')->send('+6344444444', 'Your sms message.');
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.