Looking to hire Laravel developers? Try LaraJobs

laravel-sms maintained by creatvstudio

Description
Just like Mail, we have multiple drivers for sending SMS
Author
Last update
2021/01/15 03:47 (dev-master)
License
Downloads
37
Tags

Comments
comments powered by Disqus

A Laravel package for sending SMS with multiple driver.

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require creatvstudio/laravel-sms

Usage

SMS::send('+6344444444', 'Your sms message.');

Using Log driver

SMS::driver('log')->send('+6344444444', 'Your sms message.');

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email jeff@creatvstudio.ph instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.