PHPackages                             panix/mod-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. panix/mod-mailchimp

ActiveYii2-extension

panix/mod-mailchimp
===================

Mailchimp to manage Mailchimp Email Platform in a Yii2 site.

01PHP

Since May 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/andrtechno/mod-mailchimp)[ Packagist](https://packagist.org/packages/panix/mod-mailchimp)[ RSS](/packages/panix-mod-mailchimp/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Mailchimp
=========

[](#mailchimp)

[![License](https://camo.githubusercontent.com/fa3b56a6d156f2f0ee08fac331bb936cb4e041f8e5c3669913c9a39ae980de60/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f70616e69782f6d6f642d6d61696c6368696d702e737667)](https://camo.githubusercontent.com/fa3b56a6d156f2f0ee08fac331bb936cb4e041f8e5c3669913c9a39ae980de60/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f70616e69782f6d6f642d6d61696c6368696d702e737667)[![Latest Stable Version](https://camo.githubusercontent.com/acb52ff33a648ba2f7c1d059d6c07b1fe48e8edf3e309f8b11d2bfcbfa7c507d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f70616e69782f6d6f642d6d61696c6368696d702e737667)](https://camo.githubusercontent.com/acb52ff33a648ba2f7c1d059d6c07b1fe48e8edf3e309f8b11d2bfcbfa7c507d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f70616e69782f6d6f642d6d61696c6368696d702e737667)[![Latest Release Date](https://camo.githubusercontent.com/a282d342a3b4a92fdafc906ca1052676c73f5eb5d23504c46559d2f3577e7358/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f70616e69782f6d6f642d6d61696c6368696d702e737667)](https://camo.githubusercontent.com/a282d342a3b4a92fdafc906ca1052676c73f5eb5d23504c46559d2f3577e7358/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f70616e69782f6d6f642d6d61696c6368696d702e737667)[![Latest Commit](https://camo.githubusercontent.com/7f99e50b0886e494f201fbf3bcb40eb73cffddac0de1fd187a8996f6beeeae74/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f70616e69782f6d6f642d6d61696c6368696d702e737667)](https://camo.githubusercontent.com/7f99e50b0886e494f201fbf3bcb40eb73cffddac0de1fd187a8996f6beeeae74/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f70616e69782f6d6f642d6d61696c6368696d702e737667)[![Total Downloads](https://camo.githubusercontent.com/106011afdb3d7a4c8c4ba95cf8bc1dce932810ce3a80be8aff061381d0f31f9e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70616e69782f6d6f642d6d61696c6368696d702e737667)](https://packagist.org/packages/panix/mod-mailchimp)

MailChimp extension to manage the Mailchimp Email Marketing Platform:

- Website:
- PHP API:
- Documentation:

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ php composer.phar require panix/mod-mailchimp "*"

```

or add

```
"panix/mod-mailchimp": "*"

```

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

[](#configuration)

Set on your configuration file

```
'modules' => [
    'mailchimp' => [
        'class' => 'panix\mod\mailchimp\Module',
        'showFirstname' => true,
        'showLastname' => true
    ]
]

```

Overrides
---------

[](#overrides)

Override controller example, on modules config

```
'modules' => [

	'mailchimp' => [
		'class' => 'panix\mod\mailchimp\Module',
		'controllerMap' => [
			'default' => 'app\controllers\DefaultController',
		]
	]

],

```

Override view example, on components config

```
'components' => [

	'view' => [
		'theme' => [
			'pathMap' => [
				'@mailchimp/views/default' => '@app/views/mailchimp/default',
			],
		],
	],

],

```

Usage
-----

[](#usage)

```
\Yii::$app->mailchimp;
\Yii::$app->mailchimp->getClient();
\Yii::$app->mailchimp->getLists();
\Yii::$app->mailchimp->getListMembers($id);

```

Widget Subscription Example
---------------------------

[](#widget-subscription-example)

```

```

alternative to list\_id you can set an list\_array to set a list\_id to a specific language

```

```

Actions
-------

[](#actions)

- Lists View: PathToApp/index.php?r=mailchimp/default/lists
- Lists View with Pretty Urls: PathToApp/mailchimp/default/lists
- List View: PathToApp/index.php?r=mailchimp/default/list?id=XXX&amp;name=XXX
- List View with Pretty Urls: PathToApp/mailchimp/default/list?id=XXX&amp;name=XXX

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![andrtechno](https://avatars.githubusercontent.com/u/6948026?v=4)](https://github.com/andrtechno "andrtechno (22 commits)")

### Embed Badge

![Health badge](/badges/panix-mod-mailchimp/health.svg)

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

PHPackages © 2026

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