An open API service indexing awesome lists of open source software.

https://github.com/wieni/wmsubscription_mailchimp

Provides a MailChimp implementation for the wmsubscription Drupal 8 module
https://github.com/wieni/wmsubscription_mailchimp

drupal-8 drupal-module drupal8-module mailchimp wmsubscription-provider

Last synced: about 1 month ago
JSON representation

Provides a MailChimp implementation for the wmsubscription Drupal 8 module

Awesome Lists containing this project

README

        

wmsubscription_mailchimp
======================

[![Latest Stable Version](https://poser.pugx.org/wieni/wmsubscription_mailchimp/v/stable)](https://packagist.org/packages/wieni/wmsubscription_mailchimp)
[![Total Downloads](https://poser.pugx.org/wieni/wmsubscription_mailchimp/downloads)](https://packagist.org/packages/wieni/wmsubscription_mailchimp)
[![License](https://poser.pugx.org/wieni/wmsubscription_mailchimp/license)](https://packagist.org/packages/wieni/wmsubscription_mailchimp)

> Provides a [Mailchimp](https://mailchimp.com) implementation for the
> [wmsubscription](https://github.com/wieni/wmsubscription) module

## Installation

This package requires PHP 7.1, Drupal 8 or higher and
[wieni/wmsubscription](https://github.com/wieni/wmsubscription).
It can be installed using Composer:

```bash
composer require wieni/wmsubscription_mailchimp
```

Don't forget to provide a Mailchimp API key through the
`wmsubscription_mailchimp.api_key` container parameter.

Additional tutorial can be found in the [Wieni handbook](https://github.com/wieni/handbook/blob/main/engineering/drupal/modules/wmsubscription/index.html.md)

## Changelog
All notable changes to this project will be documented in the
[CHANGELOG](CHANGELOG.md) file.

## Security
If you discover any security-related issues, please email
[[email protected]](mailto:[email protected]) instead of using the issue
tracker.

## License
Distributed under the MIT License. See the [LICENSE](LICENSE) file
for more information.