Download the PHP package besmarteeinc/laravel-mailchimp-driver without Composer
On this page you can find all versions of the php package besmarteeinc/laravel-mailchimp-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download besmarteeinc/laravel-mailchimp-driver
More information about besmarteeinc/laravel-mailchimp-driver
Files in besmarteeinc/laravel-mailchimp-driver
Package laravel-mailchimp-driver
Short Description Custom Laravel Mailchimp mail driver
License MIT
Homepage https://github.com/besmarteeinc/laravel-mailchimp-driver
Informations about the package laravel-mailchimp-driver
Laravel Mailchimp Driver
A simple Mailchimp mail driver package for Laravel extending the abstract mail transport functionality.
Installation
You can install the package via composer by adding this to your composer.json:
Then run:
In your services.php
config file, add the following configuration:
Then set your MAILCHIMP_KEY
in your env.
Add the Mailchimp mailer to your config/mail.php
:
Set the MAIL_MAILER
value in your env to mailchimp
to enable it:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Jeffrey Pau
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-mailchimp-driver with dependencies
illuminate/contracts Version ^11.0
mailchimp/transactional Version ^1.0.59