Download the PHP package karabinse/telnect-sms without Composer
On this page you can find all versions of the php package karabinse/telnect-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download karabinse/telnect-sms
More information about karabinse/telnect-sms
Files in karabinse/telnect-sms
Package telnect-sms
Short Description Send SMS text message using Telnect API
License MIT
Homepage https://github.com/karabinse/telnect-sms
Informations about the package telnect-sms
Telnect SMS Notifications Channel for Laravel
This package makes it easy to send notifications using [TelnectSms](link to service) with Laravel 10.x. Tested on PHP 8.4 and PHP 8.5.
This package provides a Laravel notification channel for sending SMS messages via the Telnect API. It integrates with Laravel's notification system, allowing you to send SMS notifications by adding the TelnectSms channel to your notifiable classes.
Contents
- Installation
- Setting up the TelnectSms service
- Usage
- Testing
- Security
- Contributing
- Credits
- License
Installation
Setting up the TelnectSms service
You need to obtain an API key from Telnect. You can contact via this form
Add your Telnect API to services.php
Usage
Add routeNotificationForTelnectSms to your notifiable model
Now you can use the channel in your via() method inside the notification:
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
- Karabin AB
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of telnect-sms with dependencies
guzzlehttp/guzzle Version ^7.10
illuminate/notifications Version ^10.0 || ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^10.0 || ^11.0 || ^12.0 || ^13.0