Download the PHP package ognjen/laravel-async-mail without Composer
On this page you can find all versions of the php package ognjen/laravel-async-mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ognjen/laravel-async-mail
More information about ognjen/laravel-async-mail
Files in ognjen/laravel-async-mail
Download ognjen/laravel-async-mail
More information about ognjen/laravel-async-mail
Files in ognjen/laravel-async-mail
Vendor ognjen
Package laravel-async-mail
Short Description Send async mails from Laravel
License MIT
Package laravel-async-mail
Short Description Send async mails from Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-async-mail
laravel-async-mail
Sends async mails from Laravel.
As Laravel documentation says:
Since sending email messages can drastically lengthen the response time of your application, many developers choose to queue email messages for background sending. Laravel makes that easy using its built-in unified queue API.
This aproach is different, it leverages "Symfony\Component\Process\Process" class to create separate PHP process and sends an "Illuminate\Mail\Mailable" using artisan command.
Install
Require package with Composer:
Usage example
All versions of laravel-async-mail with dependencies
PHP Build Version
Package Version
No informations.
The package ognjen/laravel-async-mail contains the following files
Loading the files please wait ....