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)02[1 PRs](https://github.com/wojtekn/channels/pulls)OSL-3.0PHPPHP ~7.1.0|~7.2.0|~7.3.0

Since Mar 24Pushed 5y 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 today

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 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

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

Every ~9 days

Total

2

Last Release

2227d 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

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[swissup/module-search-mysql-legacy

Legacy mysql search for magento 2.4

10483.0k](/packages/swissup-module-search-mysql-legacy)[subscribepro/subscribepro-magento2-ext

Subscribe Pro Magento 2 Integration Extension

24157.3k](/packages/subscribepro-subscribepro-magento2-ext)[xcoreplatform/xcore-magento2

This module extends the rest api of Magento2 and is needed for the usage of the xCore.

1330.0k2](/packages/xcoreplatform-xcore-magento2)

PHPackages © 2026

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