PHPackages                             jeffer8a/laravel-mailchimp-newsletter - 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. jeffer8a/laravel-mailchimp-newsletter

ActiveLibrary

jeffer8a/laravel-mailchimp-newsletter
=====================================

Simple mailchimp newsletter subscription box for Laravel 5.\* with Bootstrap 3

0.1.0(9y ago)07MITPHP

Since Oct 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/TropicalApps/laravel-mailchimp-newsletter)[ Packagist](https://packagist.org/packages/jeffer8a/laravel-mailchimp-newsletter)[ RSS](/packages/jeffer8a-laravel-mailchimp-newsletter/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

tropicalapps/laravel-mailchimp-newsletter
=========================================

[](#tropicalappslaravel-mailchimp-newsletter)

Simple laravel 5.\* mailchimp newsletter subscription box.

This package is based in the "" package.

Install
-------

[](#install)

```
"require": {
    "tropicalapps/laravel-mailchimp-newsletter": "0.1.*",
}
```

Provider
--------

[](#provider)

Go to `config/app.php` and edit the `providers` array

```
'providers' => [
	TropicalApps\Mailchimp\MailchimpServiceProvider::class,
]
```

Publish files
-------------

[](#publish-files)

```
php artisan vendor:publish --provider="TropicalApps\Mailchimp\MailchimpServiceProvider" --tag=all

```

config `config/mailchimp.php`views `resources/views/newsletter`request `Http/Requests/NewsletterRequest.php`controller `Http/Controllers/NewsletterController.php`

Config
------

[](#config)

```
MAILCHIMP_API_KEY=
MAILCHIMP_LIST_ID=
```

Routing
-------

[](#routing)

Add the follow to your routes file

```
Route::post('subscribe', [
    'as'    => 'subscribe',
    'uses'  => 'NewsletterController@subscribe'
]);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3501d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80d5b818ba7e153fc45449cac9bf17346ac5c668a32596b454f3d5380281207e?d=identicon)[jeffer8a](/maintainers/jeffer8a)

---

Top Contributors

[![jeffochoa](https://avatars.githubusercontent.com/u/8247079?v=4)](https://github.com/jeffochoa "jeffochoa (8 commits)")

### Embed Badge

![Health badge](/badges/jeffer8a-laravel-mailchimp-newsletter/health.svg)

```
[![Health](https://phpackages.com/badges/jeffer8a-laravel-mailchimp-newsletter/health.svg)](https://phpackages.com/packages/jeffer8a-laravel-mailchimp-newsletter)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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