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
- Host: GitHub
- URL: https://github.com/wieni/wmsubscription_mailchimp
- Owner: wieni
- License: mit
- Created: 2020-03-23T11:01:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T13:11:09.000Z (over 1 year ago)
- Last Synced: 2025-03-25T16:23:46.287Z (about 2 months ago)
- Topics: drupal-8, drupal-module, drupal8-module, mailchimp, wmsubscription-provider
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
wmsubscription_mailchimp
======================[](https://packagist.org/packages/wieni/wmsubscription_mailchimp)
[](https://packagist.org/packages/wieni/wmsubscription_mailchimp)
[](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.