Download the PHP package corean/laravel-sens without Composer
On this page you can find all versions of the php package corean/laravel-sens. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download corean/laravel-sens
More information about corean/laravel-sens
Files in corean/laravel-sens
Package laravel-sens
Short Description NCloud SENS notification channels for Lovely Laravel.
License MIT
Homepage https://open.kakao.com/o/g3dWlf0
Informations about the package laravel-sens
NCLOUD SENS notifications channel for Laravel
This package makes it easy to send notification using ncloud sens with Laravel.
And We are working on an unofficial sdk development public project so that ncloud sens can be used in php more flexibly.
You can check the project here. (https://github.com/seungmun/sens-php)
Official Community
Prerequisites
Before you get started, you need the following:
- PHP >= 7.2 (9.x also compatible)
- Laravel (9.x / 8.x / 7.x / 6.x)
Installation
You can install the package via composer:
The package will automatically register itself.
You can publish the config with:
Also, you can use it without publish the config file can be used simply by adding environment variables with:
If you want to put the sms_from
value in your .env,
config/services.php
.env:
Usage
This package can be used using with the Laravel default notification feature.
1) Request to send a SMS
2) Request to send MMS
Now User id: 1
which has own phone attribute would receive a sms or mms message soon.
3) Request send AlimTalk
Features
- SMS(LMS) and MMS
- Kakao Alimtalk
All versions of laravel-sens with dependencies
ext-json Version *
guzzlehttp/guzzle Version ^6.0|^7.0|^7.2
illuminate/support Version ^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/notifications Version ~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0