PHPackages                             xqueue/module-maileon - 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. xqueue/module-maileon

ActiveMagento2-module[Mail &amp; Notifications](/categories/mail)

xqueue/module-maileon
=====================

Maileon Integration for Magento 2

1.10.8(3mo ago)07501GPL-3.0-or-laterPHPPHP &gt;=7.4

Since Feb 12Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/xqueue/magento2-maileon)[ Packagist](https://packagist.org/packages/xqueue/module-maileon)[ RSS](/packages/xqueue-module-maileon/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (12)Used By (0)

Magento 2 Maileon Module
========================

[](#magento-2-maileon-module)

This Magento 2 extension integrates [Maileon](https://maileon.com) — the professional email marketing platform — with your Magento store. It enables newsletter contact synchronization, double opt-in (DOI) handling, abandoned cart tracking, and more.

---

🛠️ Installation
---------------

[](#️-installation)

Choose the appropriate method depending on the version you are installing.

---

### 📦 Install from ZIP using Composer (version ≥ 1.8.1)

[](#-install-from-zip-using-composer-version--181)

1. Copy the module into your Magento root directory, for example:

    ```
    sources/magento-2/Xqueue/Maileon/

    ```
2. Modify your `composer.json` to include:

    ```
    "require": {
        "xqueue/module-maileon": "^1.8"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/"
        },
        {
            "name": "xqueue/module-maileon",
            "type": "path",
            "url": "sources/magento-2/Xqueue/Maileon"
        }
    ]
    ```
3. Run the following command:

    ```
    composer update
    ```

---

### 📦 Install via Composer (version ≥ 1.9.5)

[](#-install-via-composer-version--195)

If the module is available through a Composer repository:

```
composer require xqueue/module-maileon
```

---

✅ Enable the module
-------------------

[](#-enable-the-module)

1. Check if Magento recognizes the module:

    ```
    php bin/magento module:status
    ```

    You should see:

    ```
    List of disabled modules:
    Xqueue_Maileon

    ```
2. Enable the module:

    ```
    php bin/magento module:enable Xqueue_Maileon
    ```
3. Register and install the module:

    ```
    php bin/magento setup:upgrade
    ```
4. (For production mode only) Compile dependencies and flush cache:

    ```
    php bin/magento setup:di:compile
    php bin/magento cache:flush
    ```

---

⚙️ Configuration
----------------

[](#️-configuration)

Once installed, go to:

```
Stores → Configuration → Maileon

```

...to configure your API key, permissions, and synchronization options.

---

📚 Documentation
---------------

[](#-documentation)

Full user documentation is available at:

👉 [Maileon Magento 2 Documentation](https://xqueue.atlassian.net/wiki/spaces/MSI/pages/224199860/Magento+2)

---

© XQueue GmbH – All rights reserved.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance82

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.3% 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 ~36 days

Recently: every ~29 days

Total

11

Last Release

91d ago

PHP version history (2 changes)1.9.5PHP &gt;=7.2

1.10.0PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/82467e5256302f21f754aa7f48572cc2d47f06792ca16715359e721b760ef302?d=identicon)[xqueue](/maintainers/xqueue)

---

Top Contributors

[![zsmannheim](https://avatars.githubusercontent.com/u/92795252?v=4)](https://github.com/zsmannheim "zsmannheim (36 commits)")[![mbeckerle-xqueue](https://avatars.githubusercontent.com/u/61004875?v=4)](https://github.com/mbeckerle-xqueue "mbeckerle-xqueue (20 commits)")

### Embed Badge

![Health badge](/badges/xqueue-module-maileon/health.svg)

```
[![Health](https://phpackages.com/badges/xqueue-module-maileon/health.svg)](https://phpackages.com/packages/xqueue-module-maileon)
```

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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