r64/laravel-email-marketing

A Laravel package to performa actions on a number of email marketing tools

v0.2.0 2018-08-24 21:59 UTC

This package is auto-updated.

Last update: 2024-04-05 18:29:33 UTC


README

Features

  • View all lists and list subscribers
  • View all subscribers

Planned features:

  • Create and edit lists
  • Create and edit subscribers
  • Create, edit and view tags

Currently supported email tools:

  • ActiveCampaign
  • GetResponse
  • MailChimp

Planned:

  • AWeber
  • ConstantContact
  • ConvertKit
  • Drip

Feel free to request any other providers

Installation

Requirements

  • Laravel

First install the package through Composer:

composer require r64/laravel-email-marketing

Publish the config:

php artisan vendor:publish --tag=email-marketing

Then in your .env add:

EMAIL_MARKETING_DRIVER= 

Valid drivers are activecampaign, getresponse and mailchimp

Add the keys for your tool of choice:

ActiveCampaign

ACTIVECAMPAIGN_API_KEY=
ACTIVECAMPAIGN_URL=

GetResponse

GETRESPONSE_API_KEY=

MailChimp

MAILCHIMP_API_KEY=