PHPackages                             naif/mailchimp-tool - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. naif/mailchimp-tool

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

naif/mailchimp-tool
===================

A Laravel Nova tool that integrate with MailChimp to add/edit subscribe and send email messages.

v1.0(7y ago)13576[2 issues](https://github.com/naifalshaye/mailchimp/issues)MITPHPPHP &gt;=7.1.0

Since Oct 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/naifalshaye/mailchimp)[ Packagist](https://packagist.org/packages/naif/mailchimp-tool)[ RSS](/packages/naif-mailchimp-tool/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Nova MailChimp Tool
===================

[](#nova-mailchimp-tool)

A Laravel Nova tool that integrate with MailChimp to:

- Number of subscribers and unsubscribers.
- Latest 10 Subscribers list
- Add Subscriber to a list
- Remove Subscriber from a list
- Create Campaign (Send Email Message)
- Rich Text Editor
- Accept HTML
- Embedded Images/Videos and links.

Installation:
-------------

[](#installation)

You can install the package in to a Laravel app that uses Nova via composer:

```
composer require naif/mailchimp-tool
```

Usage:
------

[](#usage)

Add the below to app/Providers/NovaServiceProvder.php

```
  public function tools()
  {
      return [
           new MailchimpTool()
      ];
  }
```

Pre Requirements
----------------

[](#pre-requirements)

Create an account with [MailChimp](https://mailchimp.com):

- Get your api key
- Create a list and get it's ID
- Create a template with [Variable Content Area](https://mailchimp.com/help/create-editable-content-areas-with-mailchimps-template-language/#Variable_Content_Area) and must name it "eventmessage"

Then add the below to your .env file

```
NOVA_MAILCHIMP_API_KEY=xxxxxxxxxxxxxxxxx-us19
NOVA_MAILCHIMP_LIST_ID=xxxxxx
NOVA_MAILCHIMP_TEMPLATE_ID=12345
NOVA_MAILCHIMP_FROM_NAME=Name
NOVA_MAILCHIMP_FROM_EMAIL=email@email.com
```

Screenshots
-----------

[](#screenshots)

[![](https://raw.githubusercontent.com/naifalshaye/mailchimp/master/screenshots/logo.png)](https://raw.githubusercontent.com/naifalshaye/mailchimp/master/screenshots/logo.png)

There is an issue with the tinymce editor Vue package icons are not showing probably. [![](https://raw.githubusercontent.com/naifalshaye/mailchimp/master/screenshots/image3.png)](https://raw.githubusercontent.com/naifalshaye/mailchimp/master/screenshots/image3.png)

To Fix this, copy the (fonts) folder to your Laravel project main directory as the full path as below:

"/public/fonts/vendor/tinymce/skins/lightgray"

[![](https://raw.githubusercontent.com/naifalshaye/mailchimp/master/screenshots/image4.png)](https://raw.githubusercontent.com/naifalshaye/mailchimp/master/screenshots/image4.png)

Credits
-------

[](#credits)

[Drew McLellan](https://github.com/drewm/mailchimp-api)

[Dyonir](https://github.com/dyonir/vue-tinymce-editor)

Support:
--------

[](#support)

License:
--------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2775d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/323a5cbb1087ce4edc9deec40b03736b6d43a3ca205615b346108ed57f58e50e?d=identicon)[naifdev](/maintainers/naifdev)

---

Top Contributors

[![naifalshaye](https://avatars.githubusercontent.com/u/23122187?v=4)](https://github.com/naifalshaye "naifalshaye (11 commits)")

---

Tags

laraveltoolmailchimpnova

### Embed Badge

![Health badge](/badges/naif-mailchimp-tool/health.svg)

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

###  Alternatives

[spatie/laravel-newsletter

Manage Mailcoach and MailChimp newsletters in Laravel

1.6k6.3M26](/packages/spatie-laravel-newsletter)[dniccum/custom-email-sender

A tool for Laravel's Nova administrator panel that allows you to send custom email messages that within your application that leverages the applications existing settings and configurations.

6235.9k](/packages/dniccum-custom-email-sender)[inspheric/nova-email-field

A Laravel Nova email field.

33456.9k1](/packages/inspheric-nova-email-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[kirschbaum-development/nova-mail

A Laravel Nova action for sending mail.

7484.2k](/packages/kirschbaum-development-nova-mail)[mirovit/nova-notifications

A Laravel Nova tool to display user notifications.

64109.3k1](/packages/mirovit-nova-notifications)

PHPackages © 2026

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