Download the PHP package emotality/laravel-everlytic without Composer
On this page you can find all versions of the php package emotality/laravel-everlytic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download emotality/laravel-everlytic
More information about emotality/laravel-everlytic
Files in emotality/laravel-everlytic
Download emotality/laravel-everlytic
More information about emotality/laravel-everlytic
Files in emotality/laravel-everlytic
Vendor emotality
Package laravel-everlytic
Short Description Laravel package to send transactional SMSes and emails (mail driver) via Everlytic.
License MIT
Homepage https://github.com/emotality/laravel-everlytic
Package laravel-everlytic
Short Description Laravel package to send transactional SMSes and emails (mail driver) via Everlytic.
License MIT
Homepage https://github.com/emotality/laravel-everlytic
Please rate this library. Is it a good library?
Informations about the package laravel-everlytic
Everlytic for Laravel
Laravel package to send transactional SMSes and emails (mail driver) via Everlytic.
Requirements
- PHP 8.0+
- Laravel 9.0+
Installation
composer require emotality/laravel-everlytic
php artisan vendor:publish --provider="Emotality\Everlytic\EverlyticServiceProvider"
-
Add the following lines to your
.env
: -
Add the
everlytic
block to themailers
array, inside yourconfig/mail.php
file: - Update the
MAIL_MAILER
in your.env
:
Usage
Sending an email:
Just send emails like you normally would! :smile:
Sending an SMS to a single recipient:
Response will be a bool
, true
if successful, false
if unsuccessful.
Sending an SMS to multiple recipients:
Response will be an array where the keys are the recipients' numbers, the values will be booleans:
Sending an email and/or SMS via notification:
License
laravel-everlytic is released under the MIT license. See LICENSE for details.
All versions of laravel-everlytic with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-json Version *
illuminate/http Version ^9.0|^10.0|^11.0
illuminate/notifications Version ^9.0|^10.0|^11.0
illuminate/support Version ^9.0|^10.0|^11.0
symfony/mailer Version ^6.0|^7.0
ext-json Version *
illuminate/http Version ^9.0|^10.0|^11.0
illuminate/notifications Version ^9.0|^10.0|^11.0
illuminate/support Version ^9.0|^10.0|^11.0
symfony/mailer Version ^6.0|^7.0
The package emotality/laravel-everlytic contains the following files
Loading the files please wait ....