PHPackages                             jakercz/nette-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. jakercz/nette-mailerlite

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

jakercz/nette-mailerlite
========================

MailerLite newsletter component for Nette Framework

v2.1.8(4y ago)0111MITPHPPHP &gt;=7.4

Since Jul 9Pushed 4y agoCompare

[ Source](https://github.com/jAKErCZ/nette-mailerlite)[ Packagist](https://packagist.org/packages/jakercz/nette-mailerlite)[ RSS](/packages/jakercz-nette-mailerlite/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (6)Dependencies (2)Versions (20)Used By (0)

MailerLite
==========

[](#mailerlite)

www:

API:

Composer API:

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

[](#installation)

```
$ composer require jakercz/nette-mailerlite
```

or

```
"jakercz/nette-mailerlite": "^2.0"
```

require:

```
"php": ">=7.0.0",
"mailerlite/mailerlite-api-v2-php-sdk": ">=0.2.1"
```

neon configure extension:

```
extensions:
    mailerLite: MailerLite\Bridges\Nette\Extension
```

translate:

file: common.cs\_CZ.neon

```
mailerLite:
    email: "E-mail"
    emailRequired: "E-mail je povinný."
    emailRule: "E-mail není validní."
    send: "Odebírat"
```

usage:

```
use MailerLite\MailerLiteForm;

protected function createComponentMailerLiteForm(): MailerLiteForm
{
  $mailerLiteForm = new MailerLiteForm('SET API KEY', $this->translator);
  $mailerLiteForm->setGroupID('SET GROUP ID');
  //$mailerLiteForm->setTemplatePath(__DIR__ . '/MailerLiteForm.latte');
  $mailerLiteForm->onSuccess[] = function (array $values) {
       $this->flashMessage('Email has been save!', 'success');
       $this->redirect('this');
  };
  $mailerLiteForm->onError[] = function ($error) {
       $this->flashMessage('Error! ' . $error->message, 'danger');
       $this->redirect('this');
  };
  return $mailerLiteForm;
}
```

usage:

```
{control mailerLiteForm}

{block scripts}

        $(function () {
            $.nette.init();
        });

{/block}
```

usage API out of form:

```
use MailerLite\MailerLiteForm;

 public function succeededForm(Form $form, ArrayHash $values)
 {
     $mailerLiteForm = new MailerLiteForm('SET API KEY', $this->translator);

     if ($values->newsletter == 1){
         $subscriber = [
           'email' => $values->email,
         ];
         $mailerLiteForm->getGroupApi()->addSubscriber('SET GROUP ID', $subscriber);
     }
 }
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity72

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

Recently: every ~35 days

Total

18

Last Release

1584d ago

Major Versions

v1.0.6 → v2.0.02018-02-14

PHP version history (3 changes)v1.0.0PHP &gt;=5.6.0

v2.0.0PHP &gt;=7.0.0

v2.1.0PHP &gt;=7.4

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

nettenewslettermailerlitegenivjakercz

### Embed Badge

![Health badge](/badges/jakercz-nette-mailerlite/health.svg)

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

###  Alternatives

[spatie/laravel-newsletter

Manage Mailcoach and MailChimp newsletters in Laravel

1.6k6.3M26](/packages/spatie-laravel-newsletter)[nette/mail

📧 Nette Mail: A handy library for creating and sending emails in PHP.

5389.8M246](/packages/nette-mail)[mailerlite/mailerlite-api-v2-php-sdk

MailerLite API v2 PHP SDK

801.7M15](/packages/mailerlite-mailerlite-api-v2-php-sdk)[hocza/sendy

Sendy API implementation for Laravel

71195.5k](/packages/hocza-sendy)[mailerlite/mailerlite-php

MailerLite PHP SDK

31423.6k3](/packages/mailerlite-mailerlite-php)[directmailteam/direct-mail

Advanced Direct Mail/Newsletter mailer system with sophisticated options for personalization of emails including response statistics.

39209.3k2](/packages/directmailteam-direct-mail)

PHPackages © 2026

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