Download the PHP package comento/laravel-sens-alimtalk without Composer
On this page you can find all versions of the php package comento/laravel-sens-alimtalk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download comento/laravel-sens-alimtalk
More information about comento/laravel-sens-alimtalk
Files in comento/laravel-sens-alimtalk
Package laravel-sens-alimtalk
Short Description Send alimtalk message, which is one of the KakaoTalk Biz Messages from ncloud.
License MIT
Homepage https://github.com/comento/laravel-sens-alimtalk
Informations about the package laravel-sens-alimtalk
Ncloud SENS Alimtalk notifications channel for Laravel
This package makes it easy to send notifications using Ncloud SENS Alimtalk with Laravel
Contents
- Installation
- Setting up the Smsapi service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- License
Installation
You can install the package via composer:
You can also publish the config file with:
Setting up the Ncloud SENS Alimtalk service
Set your key and defaults in config/sens-alimtalk.php
:
Usage
You can use this channel in your via()
method:
Available Message methods
templateCode(string)
to(string|array)
content(string)
button(array)
useSmsFailover(boolean)
reserveTime(string)
reserveAfterMinute(int)
reserveAfterDay(int)
countryCode(string)
variables(array)
utmSource(string)
setPlusFriendId(string)
Changelog
Please see CHANGELOG for more information what has changed recently.
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.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-sens-alimtalk with dependencies
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.0|^7.0
illuminate/notifications Version ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ~11.0
illuminate/support Version ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ~11.0