Download the PHP package fitprime/l9-smsapi-notification-channel without Composer
On this page you can find all versions of the php package fitprime/l9-smsapi-notification-channel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fitprime/l9-smsapi-notification-channel
More information about fitprime/l9-smsapi-notification-channel
Files in fitprime/l9-smsapi-notification-channel
Package l9-smsapi-notification-channel
Short Description SMSAPI notification channel for Laravel 8/9
License MIT
Homepage https://github.com/FitprimeLabs/L9-smsapi-notification-channel
Informations about the package l9-smsapi-notification-channel
Laravel 9 SMSAPI notification channel
This package makes it easy to send notifications using SMSAPI with Laravel 9.x
Easy to use notification channel for Laravel 9.x.
Contents
- Installation
- Setting up the L9SmsApi service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
Create an account on SMSAPI and get your API token. Put your api key in the .env file in the root directory of your application.
Setting up the L9SmsApi service
If you needs to change the default setting for your app you must publish the configuration file.
Usage
Send a message
Available Message methods
content()
set the SMS message content
to()
set the SMS message recipient
sender()
set the SMS message sender
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Security
If you discover any security related issues, please use the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
- Federico Maiorini
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of l9-smsapi-notification-channel with dependencies
illuminate/notifications Version ~8.0|~9.0
illuminate/support Version ~8.0|~9.0
smsapi/php-client Version ^3.0