PHPackages                             3brs/sylius-order-comments-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. 3brs/sylius-order-comments-plugin

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

3brs/sylius-order-comments-plugin
=================================

Order comments plugin for Sylius

3.0.0(2mo ago)001MITJavaScriptPHP &gt;=8.2

Since Jan 13Pushed 2mo agoCompare

[ Source](https://github.com/3BRS/sylius-order-comments-plugin)[ Packagist](https://packagist.org/packages/3brs/sylius-order-comments-plugin)[ RSS](/packages/3brs-sylius-order-comments-plugin/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (60)Versions (14)Used By (0)

Order Comments Plugin
=====================

[](#order-comments-plugin)

Create notes and send emails from the Sylius admin order detail page.

Features
--------

[](#features)

- Create notes on order details
- Send personalized email to the addressee of the order

Requirements
------------

[](#requirements)

PackageVersionPHP&gt;=8.2Sylius^2.0> This branch (`2.2`) supports Sylius 2.0, 2.1, and 2.2 on PHP 8.2/8.3. For Sylius 1.12–1.14, use branch `1.14`. For Sylius 1.10–1.11, use branch `1.11`. For Sylius 1.7–1.9, use branch `1.9`.

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

[](#installation)

1. Run `composer require 3brs/sylius-order-comments-plugin`.
2. Add plugin class to your `config/bundles.php`:

    ```
    return [
        // ...
        ThreeBRS\OrderCommentsPlugin\ThreeBRSOrderCommentsPlugin::class => ['all' => true],
    ];
    ```
3. Import plugin config in `config/packages/_sylius.yaml`:

    ```
    imports:
        # ...
        - { resource: "@ThreeBRSOrderCommentsPlugin/config/config.yml" }
    ```
4. Add routing to `config/routes/sylius_admin.yaml`:

    ```
    threebrs_order_comments_plugin:
        resource: "@ThreeBRSOrderCommentsPlugin/config/routing.yml"
        prefix: /admin
    ```
5. Create and run doctrine database migrations. If you are upgrading from the `mangoweb-sylius/sylius-order-comments-plugin` package, generate a migration that renames the table `mangoweb_order_message` to `threebrs_order_message`.

The order comments form and message list are automatically added to the admin order show page via Twig Hooks. No template overrides needed.

Usage
-----

[](#usage)

- Comment can be written from the order detail page.
- If "Send to customer" is checked, an email is sent to the customer's email address.

Development
-----------

[](#development)

```
make run        # Start Docker, install deps, build assets, set up DB
make tests      # Run PHPStan, PHPUnit, Behat
make fixtures   # Reset DB and load sample data
make bash       # Enter PHP container
```

License
-------

[](#license)

This library is under the MIT license.

Credits
-------

[](#credits)

Developed by [3BRS](https://www.3brs.com)
Forked from [manGoweb](https://github.com/mangoweb-sylius/SyliusOrderCommentsPlugin).

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance86

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 84.4% 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 ~215 days

Recently: every ~0 days

Total

11

Last Release

67d ago

Major Versions

v0.0.1-alpha → 1.0.02026-04-23

1.2.0 → 2.0.x-dev2026-04-25

2.1.0 → 3.0.02026-04-26

PHP version history (5 changes)v0.0.1-alphaPHP ^7.3

1.11.x-devPHP ^8.0

1.14.x-devPHP ^8.1

2.0.x-devPHP &gt;=8.2

2.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13216499?v=4)[Vašo](/maintainers/VasoOppelt)[@VasoOppelt](https://github.com/VasoOppelt)

---

Top Contributors

[![jaroslavtyc](https://avatars.githubusercontent.com/u/2290225?v=4)](https://github.com/jaroslavtyc "jaroslavtyc (38 commits)")[![ondrej-kuhnel](https://avatars.githubusercontent.com/u/6840281?v=4)](https://github.com/ondrej-kuhnel "ondrej-kuhnel (2 commits)")[![radekbernatek](https://avatars.githubusercontent.com/u/3998427?v=4)](https://github.com/radekbernatek "radekbernatek (2 commits)")[![HonzaMatosik](https://avatars.githubusercontent.com/u/13003350?v=4)](https://github.com/HonzaMatosik "HonzaMatosik (1 commits)")[![hornofj](https://avatars.githubusercontent.com/u/2500352?v=4)](https://github.com/hornofj "hornofj (1 commits)")[![VasoOppelt](https://avatars.githubusercontent.com/u/13216499?v=4)](https://github.com/VasoOppelt "VasoOppelt (1 commits)")

---

Tags

syliussylius-plugin

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/3brs-sylius-order-comments-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/3brs-sylius-order-comments-plugin/health.svg)](https://phpackages.com/packages/3brs-sylius-order-comments-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)[stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin

Google Tag Manager Enhanced Ecommerce plugin for Sylius.

42247.7k](/packages/stefandoorn-sylius-google-tag-manager-enhanced-ecommerce-plugin)

PHPackages © 2026

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