PHPackages                             smartsolutionsitaly/cakephp-mailchimp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. smartsolutionsitaly/cakephp-mailchimp

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

smartsolutionsitaly/cakephp-mailchimp
=====================================

MailChimp connector for CakePHP

2.0.1(6y ago)1163MITPHPPHP ^7.0

Since Jul 26Pushed 6y agoCompare

[ Source](https://github.com/smartsolutionsitaly/cakephp-mailchimp)[ Packagist](https://packagist.org/packages/smartsolutionsitaly/cakephp-mailchimp)[ Docs](https://github.com/smartsolutionsitaly/cakephp-mailchimp)[ RSS](/packages/smartsolutionsitaly-cakephp-mailchimp/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (4)Used By (0)

cakephp-mailchimp
=================

[](#cakephp-mailchimp)

[![LICENSE](https://camo.githubusercontent.com/fb57a02be8fbd06c4a6683b8e5ff470cdb385a300b1ff69e1eda764d174169f8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736d617274736f6c7574696f6e736974616c792f63616b657068702d6d61696c6368696d702e737667)](LICENSE)[![packagist](https://camo.githubusercontent.com/7f0a82c3430a493741779dc240bea804998fc5c691d7aae8d0295dd71065200d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d63616b657068702d2d6d61696c6368696d702d627269676874677265656e2e737667)](https://packagist.org/packages/smartsolutionsitaly/cakephp-mailchimp)[![issues](https://camo.githubusercontent.com/4172c97d13f771e78b291582faa3754d9fe5e6f41e1c0593f5eee2ac3355da14/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f736d617274736f6c7574696f6e736974616c792f63616b657068702d6d61696c6368696d702e737667)](https://github.com/smartsolutionsitaly/cakephp-mailchimp/issues)[![CakePHP](https://camo.githubusercontent.com/5071f1f85eaf6974012edb723cb6324f94bd67babb2de1c7a2e9f65ebe45d78d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f43616b655048502d332e352532422d627269676874677265656e2e737667)](https://github.com/cakephp/cakephp)

[MailChimp](https://mailchimp.com/) connector for [CakePHP](https://github.com/cakephp/cakephp)

Installation
------------

[](#installation)

You can install *cakephp-mailchimp* into your project using [Composer](https://getcomposer.org).

```
$ composer require smartsolutionsitaly/cakephp-mailchimp
```

Configuration
-------------

[](#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
-------

[](#license)

Licensed under The MIT License For full copyright and license information, please see the [LICENSE](LICENSE)Redistributions of files must retain the above copyright notice.

Copyright
---------

[](#copyright)

Copyright (c) 2018-2019 Smart Solutions S.r.l. ()

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~152 days

Total

3

Last Release

2542d ago

Major Versions

1.0.1 → 2.0.02019-05-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7ea26c285d2fb8797369adeb31e5771d4613baafa25bee6293125fd76a9fc51?d=identicon)[smartsolutions](/maintainers/smartsolutions)

---

Top Contributors

[![DevSmartSolutions](https://avatars.githubusercontent.com/u/26815179?v=4)](https://github.com/DevSmartSolutions "DevSmartSolutions (10 commits)")

---

Tags

utilitycakephpconnectormailchimp

### Embed Badge

![Health badge](/badges/smartsolutionsitaly-cakephp-mailchimp/health.svg)

```
[![Health](https://phpackages.com/badges/smartsolutionsitaly-cakephp-mailchimp/health.svg)](https://phpackages.com/packages/smartsolutionsitaly-cakephp-mailchimp)
```

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k394.3M1.5k](/packages/nette-utils)[danielstjules/stringy

A string manipulation library with multibyte support

2.4k26.0M191](/packages/danielstjules-stringy)[voku/arrayy

Array manipulation library for PHP, called Arrayy!

4875.5M16](/packages/voku-arrayy)[mage2tv/magento-cache-clean

This package has been migrated to mage-os/magento-cache-clean. Please switch over at your convenience.

5432.1M3](/packages/mage2tv-magento-cache-clean)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[phpcsstandards/phpcsutils

A suite of utility functions for use with PHP\_CodeSniffer

6233.4M58](/packages/phpcsstandards-phpcsutils)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
