Download the PHP package numesia/mailjet without Composer
On this page you can find all versions of the php package numesia/mailjet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download numesia/mailjet
More information about numesia/mailjet
Files in numesia/mailjet
Download numesia/mailjet
More information about numesia/mailjet
Files in numesia/mailjet
Vendor numesia
Package mailjet
Short Description Mailjet Notifications driver
License MIT
Homepage https://github.com/numesia/mailjet
Package mailjet
Short Description Mailjet Notifications driver
License MIT
Homepage https://github.com/numesia/mailjet
Please rate this library. Is it a good library?
Informations about the package mailjet
Mailjet notifications channel for Laravel
This package makes it easy to send notifications using Mailjet with Laravel 5.5+, 6.x and 7.x.
Contents
- Prerequisite
- Installation
- Usage
- Testing
Prerequisite
Configure https://github.com/mailjet/laravel-mailjet
Installation
You can install the package via composer:
Add the Mailjet Provider :
Usage
Now you can use the channel in your via()
method inside the notification:
In order to let your Notification know which email to use, add the routeNotificationForMailjet
method to your Notifiable model.
This method needs to return an email.
Testing
All versions of mailjet with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
guzzlehttp/guzzle Version ~7.0
illuminate/notifications Version ^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
illuminate/support Version ^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
mailjet/laravel-mailjet Version ^3.0
guzzlehttp/guzzle Version ~7.0
illuminate/notifications Version ^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
illuminate/support Version ^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
mailjet/laravel-mailjet Version ^3.0
The package numesia/mailjet contains the following files
Loading the files please wait ....