smartsolutionsitaly / cakephp-mailchimp
MailChimp connector for CakePHP
Package info
github.com/smartsolutionsitaly/cakephp-mailchimp
Type:cakephp-plugin
pkg:composer/smartsolutionsitaly/cakephp-mailchimp
2.0.1
2019-05-27 12:47 UTC
Requires
- php: ^7.0
Requires (Dev)
- cakephp/cakephp: ^3.5
This package is auto-updated.
Last update: 2026-02-28 04:20:22 UTC
README
MailChimp connector for CakePHP
Installation
You can install cakephp-mailchimp into your project using Composer.
$ composer require smartsolutionsitaly/cakephp-mailchimp
Configuration
Put the MailChimp key and list in your application configuration file (usually config/app.php).
'MailChimp' => [ 'key' => 'API-KEY', 'lists' => [ 'list1' => 'LIST-ID', 'list2' => 'LIST-ID' ] ];
License
Licensed under The MIT License For full copyright and license information, please see the LICENSE Redistributions of files must retain the above copyright notice.
Copyright
Copyright (c) 2018-2019 Smart Solutions S.r.l. (https://smartsolutions.it)