Download the PHP package wgg/pimcore-mailchimp without Composer
On this page you can find all versions of the php package wgg/pimcore-mailchimp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wgg/pimcore-mailchimp
More information about wgg/pimcore-mailchimp
Files in wgg/pimcore-mailchimp
Package pimcore-mailchimp
Short Description Pimcore Mailchimp Bundle
License Apache-2.0
Homepage https://github.com/WebGardenGroup/mailchimp-bundle
Informations about the package pimcore-mailchimp
WARNING: This repository is abandoned
There is no active support on it.
Feel free to ask if you want to help to keep this project up to date.
Mailchimp integration for Pimcore
Requirements
- Pimcore X (^10.0.0)
Installation
Installation via Extension Manager
After you have installed the Mailchimp Bundle via composer, open Pimcore backend and go to Tools
=> Bundles
:
- Click the green
+
Button inEnable / Disable
row - Click the green
+
Button inInstall/Uninstall
row
Installation via CommandLine
After you have installed the Mailchimp Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:enable WggMailchimpBundle
- Execute:
$ bin/console pimcore:bundle:install WggMailchimpBundle
Upgrading
Upgrading via Extension Manager
After you have updated the Mailchimp Bundle via composer, open Pimcore backend and go to Tools
=> Bundles
:
- Click the green
+
Button inUpdate
row
Upgrading via CommandLine
After you have updated the Mailchimp Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:update WggMailchimpBundle
Migrate via CommandLine
Does actually the same as the update command and preferred in CI-Workflow:
- Execute:
$ bin/console pimcore:migrations:migrate -b WggMailchimpBundle
Bundle configuration
The bundle currently supports two kind of configuration storage:
Wgg\MailchimpBundle\Storage\FileStorage
- stores config as YAML file underPIMCORE_CONFIGURATION_DIRECTORY
Wgg\MailchimpBundle\Storage\SettingsStoreStorage
- stores config throughSettingsStore
You can configure it:
You can also implement your own storage.
Usage
Configuration is accessible from the Settings / Mailchimp Settings
on the administration panel.
Through Wgg\MailchimpBundle\Util\ApiClient
service you can access all Mailchimp API
functionality.
You can use Wgg\MailchimpBundle\Util\ListOptionsProvider
service in a Select Type
for audience/list ids.
From twig you can use mailchimp_list_store
function to get access to list/audience ids and names.
Testing configuration
On the admin panel there is a Validate settings
button - you can use it to validate the configuration.
From cli you can ping the Mailchimp API and get information about the configured lists:
All versions of pimcore-mailchimp with dependencies
ext-json Version *
pimcore/pimcore Version ^10.0.0
mailchimp/marketing Version ^3.0.0