LaravelPackages.net
Acme Inc.
Toggle sidebar
creatvstudio/laravel-sms

Just like Mail, we have multiple drivers for sending SMS

37
0
v0.1.0
About creatvstudio/laravel-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

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 [email protected] 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.

Star History Chart