PHPackages                             omnichat/magento2 - 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. omnichat/magento2

ActiveMagento2-module

omnichat/magento2
=================

A Magento 2 module to integrate your magento store with OmniChat

1.6.0(1y ago)13.1k—5.6%2[1 issues](https://github.com/OmniChat/omnichat-magento-plugin/issues)MITPHPPHP &gt;=7.4.0

Since Oct 9Pushed 1y ago12 watchersCompare

[ Source](https://github.com/OmniChat/omnichat-magento-plugin)[ Packagist](https://packagist.org/packages/omnichat/magento2)[ RSS](/packages/omnichat-magento2/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (14)Used By (0)

OmniChat - Magento 2 Module
===========================

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

Description
-----------

[](#description)

This Magento 2 module allows you to integrate your magento store with OmniChat

---

Features
--------

[](#features)

- Allows cart access via token-based URL (e.g., `/cart/?cart_id=123`).
- Extends the default Magento cart page layout.
- Sending order updates to OmniChat.
- Automatic configuration of integration in OmniChat.
- Abandoned carts and Abandoned cart campaigns.
- Integration with OmniChat Whizz agent

---

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

[](#installation-instructions)

Follow these steps to install the module in your Magento 2 instance:

### Step 1: Download the module

[](#step-1-download-the-module)

You can install this module using **Composer**. Run the following command:

```
composer require omnichat/magento2
```

### Step 2: Enable the module

[](#step-2-enable-the-module)

After the module is installed, run the following commands to enable it:

```
php bin/magento module:enable Vendor_OmniChat
php bin/magento setup:upgrade
php bin/magento setup:di:compile
```

### Step 3: Clear Cache

[](#step-3-clear-cache)

Clear the Magento cache:

```
php bin/magento cache:clean
php bin/magento cache:flush
```

Now, the module should be successfully installed and activated.

---

### Folder Structure

[](#folder-structure)

Here is the folder structure of the module:

```
app
└── code
    └── Vendor
        └── OmniChat
            ├── etc
            │   └── adminhtml
            │   │   └── routes.xml
            │   │   └── sytem.xml
            │   └── acl.xml
            │   └── config.xml
            │   └── di.xml
            │   └── events.xml
            │   └── module.xml
            ├── Model
            │   ├── Config
            │   │   └── Backend
            │   │       └── Encrypted.php
            ├── Observer
            │   └── NotifyApiOnSaveConfig.php
            │   └── OrderAfterSave.php
            ├── Plugin
            │   └── CartLoaderPlugin.php
            ├── view
            │   └── adminhtml
            │       └── layout
            │       │   └── adminhtml_system_config_edit.xml
            │       └── web
            │           └── css
            │           └── js
            └── registration.php

```

- `etc/adminhtml/routes.xml`: Defines the custom routes for the module.
- `etc/adminhtml/system.xml`: Defines the configuration options available in the admin panel.
- `acl.xml`: Contains permissions configuration settings for the module in admin panel.
- `config.xml`: Contains configuration settings for the module in admin panel.
- `di.xml`: The dependencies injection for the module.
- `events.xml`: Declares event observers for the module.
- `module.xml`: Declares the module in Magento.
- `Model/Config/Backend/Encrypted.php`: Contains the logic for encrypt and decrypt fields used in admin panel.
- `Observer/NotifyApiOnSaveConfig.php`: Contains the logic for handling events when save config in admin panel.
- `Observer/OrderAfterSave.php`: Contains the logic for handling events after save order.
- `Plugin/CartLoaderPlugin.php`: Contains the logic for managing cart access.
- `view/adminhtml/layout/adminhtml_system_config_edit.xml`: Defines the layout for the admin panel frontend.
- `view/web/css`: Contains custom css for module in admin panel.
- `view/web/js`: Contains custom js for module in admin panel.

---

Uninstallation
--------------

[](#uninstallation)

To remove the module from your Magento 2 instance:

1. Disable the module:

    ```
    php bin/magento module:disable Vendor_OmniChat
    ```
2. Remove the module using Composer:

    ```
    composer remove omnichat/magento2
    ```
3. Run the following commands to complete the removal:

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

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance22

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity46

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

Recently: every ~15 days

Total

13

Last Release

466d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e48d2395f4d873a61b9f64b1ba51fbfa8f46322b99890f377abc67c7baad0e7?d=identicon)[lucas.santos](/maintainers/lucas.santos)

---

Top Contributors

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

---

Tags

magentochatintegrationomnichat

### Embed Badge

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

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

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

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

Add Google Tag Manager to Magento

167930.4k5](/packages/yireo-magento2-googletagmanager2)[yireo/magento2-checkouttester2

Checkout Tester for Magento 2

93477.4k1](/packages/yireo-magento2-checkouttester2)[yireo/magento2-emailtester2

Preview transactional emails and test send them in your backend

33394.9k](/packages/yireo-magento2-emailtester2)[yireo/magento2-graph-ql-rate-limiting

Magento 2 module to add rate limiting to GraphQL resources

1419.8k](/packages/yireo-magento2-graph-ql-rate-limiting)[opengento/module-saleable

This extension allows to set if a product is saleable and can show its price by scope and customer group.

136.9k](/packages/opengento-module-saleable)

PHPackages © 2026

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