PHPackages                             channelengine/channelengine - 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. channelengine/channelengine

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

channelengine/channelengine
===========================

ChannelEngine integration.

1.2.12(1y ago)02.6kOSL-3.0PHPPHP &gt;=7.1

Since Nov 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/channelengine/adobecommerce)[ Packagist](https://packagist.org/packages/channelengine/channelengine)[ RSS](/packages/channelengine-channelengine/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (19)Used By (0)

ChannelEngine Magento 2 plugin
==============================

[](#channelengine-magento-2-plugin)

Please read this document thoroughly in order to prepare for the correct installation.

Installation instructions
-------------------------

[](#installation-instructions)

### Manual installation

[](#manual-installation)

To manually install the extension, you will need to have direct access to the server through the terminal.

**Step 1:**Extract the content of the `channelengine-ce-manual.zip` (for Magento Community Edition) or `channelengine-ee-manual.zip` (for Magento Enterprise Edition) file and upload `ChannelEngine` folder to your Magento shop `app/code/` directory (copy the whole ChannelEngine folder). After you do that, make sure that you have folders `app/code/ChannelEngine/ChannelEngineIntegration`.

**Step 2:** Now module has to be enabled and Magento recompiled in order to include the module.

Login to Magento server via terminal (SSH) and go to the root directory of the Magento installation. All the commands should be executed as the Magento *server console* user. This is the same console user that is used to install the Magento.

**Note:** If you previously uninstalled the module, then you need to enable the module first:

```
php bin/magento module:enable ChannelEngine_ChannelEngineIntegration
```

Run the following commands:

```
php bin/magento setup:upgrade
php bin/magento setup:di:compile
```

**Step 3:** Optionally you might need to fix permissions on your Magento files if the previous steps were run as a `root` or other non-magento console user.

After installation is over, ChannelEngine configuration can be accessed with *Stores &gt; ChannelEngine &gt; Configuration* menu.

Uninstall instructions
----------------------

[](#uninstall-instructions)

### Marketplace installation

[](#marketplace-installation)

If module is installed through the Magento Marketplace, module can be uninstalled from the *System &gt; Web Setup Wizard &gt; Extension manager*.

### Uninstall manually

[](#uninstall-manually)

In a case where module is installed manually, some manual actions are also required to remove the module.

Login to Magento server via terminal (SSH) and go to the root directory of the Magento installation. All the commands should be executed as the Magento *server console* user. This is the same console user that is used to install the Magento.

**Step 1:** Disable module by running this command from the Magento root folder and as a magento console user:

```
php bin/magento module:disable ChannelEngine_ChannelEngineIntegration
```

**Step 2:** Remove module files

```
rm -rf app/code/ChannelEngine
```

**Step 3:** Delete module data from database (you will need the access to the database):

```
DELETE FROM `setup_module` WHERE `module` = 'ChannelEngine_ChannelEngineIntegration';
DROP TABLE `channel_engine_entity`;
DROP TABLE `channel_engine_events`;
DROP TABLE `channel_engine_logs`;
DROP TABLE `channel_engine_order`;
DROP TABLE `channel_engine_queue`;
```

For Enterprise Edition, delete returns table:

```
DROP TABLE `channel_engine_returns`;
```

**Step 4:** Lastly, rebuild Magento's code:

```
php bin/magento setup:upgrade
php bin/magento setup:di:compile
```

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

[](#compatibility)

Magento 2.3.x and 2.4.x versions

Prerequisites
-------------

[](#prerequisites)

- PHP 7.1 or newer
- MySQL 5.6 or newer

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.9% 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 ~20 days

Recently: every ~26 days

Total

18

Last Release

559d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/18cb5cb2b82de06b4f2306747005aef0f9cbbb129e97a3cff8c8e972ba790902?d=identicon)[ChannelEngine](/maintainers/ChannelEngine)

---

Top Contributors

[![dusanklogeecom](https://avatars.githubusercontent.com/u/113982237?v=4)](https://github.com/dusanklogeecom "dusanklogeecom (11 commits)")[![milicaisailovic](https://avatars.githubusercontent.com/u/88436311?v=4)](https://github.com/milicaisailovic "milicaisailovic (7 commits)")[![siematypie](https://avatars.githubusercontent.com/u/22962539?v=4)](https://github.com/siematypie "siematypie (1 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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