creatvstudio / laravel-sms
Just like Mail, we have multiple drivers for sending SMS
v0.1.0
2021-01-15 02:47 UTC
Requires
- php: ^7.1
- creatvstudio/itexmo: ^0.2.4
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-10-15 10:50:59 UTC
README
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.