PHPackages                             channels/module-channels - 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. [API Development](/categories/api)
4. /
5. channels/module-channels

ActiveMagento2-module[API Development](/categories/api)

channels/module-channels
========================

Connector which allows to integrate with Channels service.

1.0.1(6y ago)02OSL-3.0PHPPHP ~7.1.0|~7.2.0|~7.3.0

Since Mar 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wojtekn/channels)[ Packagist](https://packagist.org/packages/channels/module-channels)[ RSS](/packages/channels-module-channels/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (4)Versions (4)Used By (0)

Channels service connector
==========================

[](#channels-service-connector)

Overview
--------

[](#overview)

Module integrates Magento with Channels service. It allows synchronizing Magento customer accounts into Channels contacts.

Compatibility
-------------

[](#compatibility)

- Magento &gt;= 2.3
- Supports both Magento Open Source (Community) and Magento Commerce (Enterprise)

Installation Instructions
-------------------------

[](#installation-instructions)

Install extension using composer by using commands:

```
composer require channels/module-channels --no-update
composer update channels/module-channels
bin/magento setup:upgrade
bin/magento cache:flush

```

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

[](#configuration)

To integrate module with the service:

1. Log in to Magento 2 backend
2. Navigate to Stores -&gt; Configuration
3. Navigate to Services -&gt; Channels App tab
4. Enable integration, fill API details
5. Save

API account and API key can be found in Channels backend in "Integrations" tab.

Scheduling existing customers
-----------------------------

[](#scheduling-existing-customers)

### CLI

[](#cli)

Module provides a command to schedule existing customers for export. It can be used when module is integrated in store which already have customers. To do so, run a command:

```
bin/magento channels:customer:export

```

### Admin interface

[](#admin-interface)

It's also possible to schedule multiple customers for Channels export directly in the admin interface.

In order to do this, navigate to customer grid, select customers and use "Export to Channels" mass action.

Note that recommended way is CLI, especially if store contains significant number of customers.

Technical approach
------------------

[](#technical-approach)

Customer account synchronization is scheduled to queue on each account or address change. Queue is configured to use database by default, however it can be adjusted to use RabbitMQ or any other queue backend supported by Magento.

By default, Magento processes database queue on CRON basis. CRON job runs once per minute, executes queue messages and sends scheduled contacts to the service.

To start queue processing manually:

```
bin/magento queue:consumers:start channelsCustomerExport --max-messages=1

```

Copyright
---------

[](#copyright)

Copyright © 2020 Wojciech Naruniec ().

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Every ~9 days

Total

2

Last Release

2327d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/289ef61aa160c17ed64786a2d362fdc56e8c6ae3bb7d5e14303373e70f1fff14?d=identicon)[wojtekn](/maintainers/wojtekn)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1142.0M17](/packages/mollie-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1015.1k29](/packages/loki-magento2-components)[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.5M1](/packages/fastly-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32426.0k8](/packages/buckaroo-magento2)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

2610.9k2](/packages/zwernemann-module-withdrawal)[loki/magento2-admin-components

Admin Panel grids and forms created via Loki Components

178.3k9](/packages/loki-magento2-admin-components)

PHPackages © 2026

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