Download the PHP package mathieu-bour/laravel-mailjet without Composer
On this page you can find all versions of the php package mathieu-bour/laravel-mailjet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mathieu-bour/laravel-mailjet
More information about mathieu-bour/laravel-mailjet
Files in mathieu-bour/laravel-mailjet
Download mathieu-bour/laravel-mailjet
More information about mathieu-bour/laravel-mailjet
Files in mathieu-bour/laravel-mailjet
Vendor mathieu-bour
Package laravel-mailjet
Short Description Mailjet Integration for Laravel and Lumen frameworks
License MIT
Homepage https://github.com/mathieu-bour/laravel-mailjet
Package laravel-mailjet
Short Description Mailjet Integration for Laravel and Lumen frameworks
License MIT
Homepage https://github.com/mathieu-bour/laravel-mailjet
Please rate this library. Is it a good library?
Informations about the package laravel-mailjet
Mailjet integration for Laravel and Lumen
Allow to use the Mailjet Templating Language in Laravel mailables.
This package is not supported by Mailjet.
This package follows the Semantic Versioning specification.
Prerequisites
- PHP >= 7.2
- Laravel/Lumen 6 or 7
Compatibility matrix
laravel-mailjet | Laravel / Lumen |
---|---|
^1.0.0 | ^6.0 || ^7.0 |
Installation / configuration
Simply add the package to your dependencies.
Laravel
The package support the Package Discovery.
Lumen
Add the service provider to your bootstrap/app.php
.
Configuration
In the config/services.php
, add the following entry:
Usage
You can now use the class Windy\Mailjet\MailjetTemplateMailable
as a base for your emails.
Example:
All versions of laravel-mailjet with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
illuminate/mail Version ^6.0 || ^7.0
mailjet/mailjet-apiv3-php Version ^1.2
mailjet/mailjet-swiftmailer Version ^2.0
illuminate/mail Version ^6.0 || ^7.0
mailjet/mailjet-apiv3-php Version ^1.2
mailjet/mailjet-swiftmailer Version ^2.0
The package mathieu-bour/laravel-mailjet contains the following files
Loading the files please wait ....