PHPackages                             hocza/laravel-mailerlite - 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. hocza/laravel-mailerlite

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

hocza/laravel-mailerlite
========================

Laravel 5+ Wrapper for MailerLite API

2.0.1(8y ago)519.7k↓58.3%1MITPHP

Since Jul 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/hocza/laravel-mailerlite)[ Packagist](https://packagist.org/packages/hocza/laravel-mailerlite)[ Docs](http://hocza.com)[ RSS](/packages/hocza-laravel-mailerlite/feed)WikiDiscussions master Synced 1mo ago

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

[![MailerLite](https://camo.githubusercontent.com/47a4a388f3cf2e732785d40449f070cfb0d039c911d162212632f49b8376e19c/687474703a2f2f64656d6f2e686f637a612e636f6d2f6769746875622f6c61726176656c2d6d61696c65726c6974652f6c61726176656c2d6d61696c65726c6974652e706e67)](https://camo.githubusercontent.com/47a4a388f3cf2e732785d40449f070cfb0d039c911d162212632f49b8376e19c/687474703a2f2f64656d6f2e686f637a612e636f6d2f6769746875622f6c61726176656c2d6d61696c65726c6974652f6c61726176656c2d6d61696c65726c6974652e706e67)

Laravel &lt;3 MailerLite
========================

[](#laravel-3-mailerlite)

A Laravel 5+ wrapper package for MailerLite API

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

[](#installation)

```
composer require "hocza/laravel-mailerlite:2.*"
```

Add the following settings to the config/app.php

Service provider:

```
'providers' => [
	...
	'Hocza\MailerLite\PackageServiceProvider',
]
```

For the `MailerLite::` facade

```
'aliases' => [
	...
	'MailerLite' => 'Hocza\MailerLite\Facades\MailerLite',
]
```

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

[](#configuration)

Just put `MAILERLITE_API_KEY=` into your .env file

On the other hand you can always publish that really small config with

php artisan vendor:publish --provider="Hocza\\MailerLite\\PackageServiceProvider"

If you would like to be nice
----------------------------

[](#if-you-would-like-to-be-nice)

Register with this link if you do not already have an account with MailerLite:

[![MailerLite Email Marketing for Small Business](https://camo.githubusercontent.com/f9c6cd67a3df76bdba855c913f7fc2c41526c49ae529ce34ea70abef59c6e0d4/687474703a2f2f616666696c696174652e6d61696c65726c6974652e636f6d2f696d616765732f62616e6e6572732f6d61696c65726c697465373530783130302e676966 "MailerLite Email Marketing for Small Business")](http://www.mailerlite.com/a/hem25t3imq)

Or you can still buy me a coffee :)
-----------------------------------

[](#or-you-can-still-buy-me-a-coffee-)

paypal at hocza.com

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~0 days

Total

2

Last Release

3231d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6116565?v=4)[Jozsef Hocza](/maintainers/hocza)[@hocza](https://github.com/hocza)

---

Top Contributors

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

---

Tags

laravelmailmailerlitemailerlite-api-v2

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hocza-laravel-mailerlite/health.svg)

```
[![Health](https://phpackages.com/badges/hocza-laravel-mailerlite/health.svg)](https://phpackages.com/packages/hocza-laravel-mailerlite)
```

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[modernmcguire/mailthief

A Laravel package to catch outbound mail (similar to Mailtrap) that also provides a UI to view them.

318.5k](/packages/modernmcguire-mailthief)

PHPackages © 2026

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