creatvstudio/laravel-sms

Just like Mail, we have multiple drivers for sending SMS

v0.1.0 2021-01-15 02:47 UTC

This package is auto-updated.

Last update: 2024-05-15 09:55:44 UTC


README

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.