PHPackages                             fitratech/sylius-facebook-messenger-plugin - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fitratech/sylius-facebook-messenger-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

fitratech/sylius-facebook-messenger-plugin
==========================================

A plugin to integrate facebook messenger chat box in Sylius.

v0.1.3(4y ago)29232MITPHPPHP ^7.3|^8.0

Since Jul 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/FitraTech/SyliusFacebookMessengerPlugin)[ Packagist](https://packagist.org/packages/fitratech/sylius-facebook-messenger-plugin)[ RSS](/packages/fitratech-sylius-facebook-messenger-plugin/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (25)Versions (5)Used By (0)

 [ ![](https://camo.githubusercontent.com/b2de4fa6ce4449fe9a071ea93981ff3edec3df25bec49a0381d9a8e2841b3e8b/68747470733a2f2f6669747261746563682e636f6d2f696d616765732f6c6f676f2e706e67) ](https://monsieurbiz.com) [ ![](https://camo.githubusercontent.com/1567208cc7c8ec53cf6e2af4f54449a9bb3ab0dee7916998de4e3ce9b7f79015/68747470733a2f2f64656d6f2e73796c6975732e636f6d2f6173736574732f73686f702f696d672f6c6f676f2e706e67) ](https://sylius.com)

Facebook Messenger
==================

[](#facebook-messenger)

A facebook messenger plugin to embed the chat box for Sylius.

Features
--------

[](#features)

### enable the chat box &amp; set the page id from the back office

[](#enable-the-chat-box--set-the-page-id-from-the-back-office)

[![enable the chat box & set the page id from the back office](screenshot_bo.png)](screenshot_bo.png)

### inject the chat box directly via template event

[](#inject-the-chat-box-directly-via-template-event)

[![inject the chat box directly via template event](screentshot_front_01.png)](screentshot_front_01.png)[![inject the chat box directly via template event](screentshot_front_02.png)](screentshot_front_02.png)

Installation
------------

[](#installation)

Require the plugin :
`composer require fitratech/sylius-facebook-messenger`

> If you are using Symfony Flex skip the bundles.php modification.

Modify `config/bundles.php` to add this line at the end :

```
    FitraTech\SyliusFacebookMessengerPlugin\FitraTechSyliusFacebookMessengerPlugin::class => ['all' => true],

```

Usage
-----

[](#usage)

1. Your `Channel` entity need to implement the `FitraTech\SyliusFacebookMessengerPlugin\Model\ChannelInterface` interface and use the `FitraTech\SyliusFacebookMessengerPlugin\Model\ChannelTrait` trait.
2. You need to run a diff of your doctrine's migrations: `bin/console doctrine:migrations:diff`. Don't forget to run it! (`bin/console doctrine:migrations:migrate`)
3. Override `SyliusAdminBundle/Channel/_form.html.twig` (if you are not familiar with template overriding check [the official doc](https://docs.sylius.com/en/latest/customization/template.html)) and include `@FitraTechSyliusFacebookMessengerPlugin/Channel/form.html.twig`

    ```

    {% include '@FitraTechSyliusFacebookMessengerPlugin/Channel/form.html.twig' %}

    ```

Front customization
-------------------

[](#front-customization)

You can override the chat box templates in your theme (`src/FitraTechSyliusFacebookMessengerPlugin/Resources/views/embed.html.twig`)

Local Development
-----------------

[](#local-development)

Facebook Messenger chat box require a fully qualified domain name (FQDN) localhost &amp; ip doesn't work, you need to setup a local domain if you use symfony cli follow the [official doc](https://symfony.com/doc/current/setup/symfony_server.html#local-domain-names) and or [this blog post](https://sourcebox.be/set-up-and-use-symfony-local/)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

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

Total

4

Last Release

1673d ago

PHP version history (2 changes)0.1.0PHP ^7.3

v0.1.3PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/560ca3f249292dc3188332c2eb803f8a763cf41ebddd5e2823127f474ef2d233?d=identicon)[htaoufikallah](/maintainers/htaoufikallah)

---

Top Contributors

[![htaoufikallah](https://avatars.githubusercontent.com/u/250642?v=4)](https://github.com/htaoufikallah "htaoufikallah (11 commits)")

---

Tags

syliuschatMessengersylius-pluginfacebook messengerchatbox

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/fitratech-sylius-facebook-messenger-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/fitratech-sylius-facebook-messenger-plugin/health.svg)](https://phpackages.com/packages/fitratech-sylius-facebook-messenger-plugin)
```

###  Alternatives

[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

701.8M20](/packages/sylius-refund-plugin)[stefandoorn/sitemap-plugin

Sitemap Plugin for Sylius

841.1M1](/packages/stefandoorn-sitemap-plugin)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75416.2k6](/packages/monsieurbiz-sylius-rich-editor-plugin)[odiseoteam/sylius-vendor-plugin

Vendor plugin for Sylius. Add Vendor (Brand) to your products

6068.4k1](/packages/odiseoteam-sylius-vendor-plugin)[synolia/sylius-scheduler-command-plugin

Scheduler Command Plugin.

35389.6k](/packages/synolia-sylius-scheduler-command-plugin)[webgriffe/sylius-table-rate-shipping-plugin

Provides table rate shipping calculator.

1493.8k](/packages/webgriffe-sylius-table-rate-shipping-plugin)

PHPackages © 2026

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