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

ActiveSylius-plugin

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

Order comments plugin for Sylius

v0.0.1-alpha(5y ago)001MITPHPPHP ^7.3

Since Jan 13Pushed 4y 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 1mo ago

READMEChangelogDependencies (24)Versions (3)Used By (0)

 [ ![](https://camo.githubusercontent.com/bb0c16caf210bea68e0e59fc11e0844dc47097f9aeb8b388c3de5f1414d4d1c0/68747470733a2f2f33627273312e667261312e63646e2e6469676974616c6f6365616e7370616365732e636f6d2f336272732f6c6f676f2f334252532d6c6f676f2d73796c6975732d3230302e706e67) ](https://www.3brs.com)

Order Comments Plugin
 [ ![](https://camo.githubusercontent.com/3e77ba40dbea72ab51b6dc467785f25d1dd7d410839fbfcd400d2fe57632e573/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f336272732f73796c6975732d6f726465722d636f6d6d656e74732d706c7567696e2e737667) ](https://packagist.org/packages/3brs/sylius-order-comments-plugin "License") [ ![](https://camo.githubusercontent.com/0136e265a4a4d55d22d1c423f41efbaf4a0220305a2970281254553f136e4f7a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f336272732f73796c6975732d6f726465722d636f6d6d656e74732d706c7567696e2e737667) ](https://packagist.org/packages/3brs/sylius-order-comments-plugin "Version") [ ![](https://camo.githubusercontent.com/d90b93a88004fa804b09f1b8fc91c95c2237b82052abfbe68e79cb39d6ce5172/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f336272732f73796c6975732d6f726465722d636f6d6d656e74732d706c7567696e2f6d61737465722e737667) ](http://travis-ci.com/3brs/sylius-order-comments-plugin "Build status")
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#order-comments-plugin------------------------------------------------)

Features
--------

[](#features)

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

 [![](https://raw.githubusercontent.com/mangoweb-sylius/SyliusOrderCommentsPlugin/master/doc/CreateEmailsAndNotes.png)](https://raw.githubusercontent.com/mangoweb-sylius/SyliusOrderCommentsPlugin/master/doc/CreateEmailsAndNotes.png)

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

[](#installation)

1. Run `$ composer require mangoweb-sylius/sylius-order-comments-plugin`.
2. Add plugin classes to your `config/bundles.php`:

    ```
    return [
       ...
       MangoSylius\OrderCommentsPlugin\MangoSyliusOrderCommentsPlugin::class => ['all' => true],
    ];
    ```
3. Add resource to `config/packages/_sylius.yaml`

    ```
    imports:
         ...
         - { resource: "@MangoSyliusOrderCommentsPlugin/Resources/config/config.yml" }
    ```
4. Add routing to `config/_routes.yaml`

    ```
    mango_sylius_order_comments_plugin:
      resource: "@MangoSyliusOrderCommentsPlugin/Resources/config/routing.yml"
      prefix: /admin
    ```
5. Override the template in `@SyliusAdminBundle/Order/Show/_notes.html.twig`

    ```
    ...
     {{ include('@MangoSyliusOrderCommentsPlugin/Admin/_order.html.twig') }}
    ```
6. Create and run doctrine database migrations.

For the guide how to use your own entity see [Sylius docs - Customizing Models](https://docs.sylius.com/en/1.6/customization/model.html)

Usage
-----

[](#usage)

- Comment can be written from the order detail.
- If I check the "Send to customer" checkbox, it will send an email to the customer's email.

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

[](#development)

### Usage

[](#usage-1)

- Create symlink from .env.dist to .env or create your own .env file
- Develop your plugin in `/src`
- See `bin/` for useful commands

### Testing

[](#testing)

After your changes you must ensure that the tests are still passing.

```
$ composer install
$ bin/console doctrine:schema:create -e test
$ bin/behat.sh
$ bin/phpstan.sh
$ bin/ecs.sh
```

License
-------

[](#license)

This library is under the MIT license.

Credits
-------

[](#credits)

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

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

2162d ago

### Community

Maintainers

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

---

Top Contributors

[![ondrej-kuhnel](https://avatars.githubusercontent.com/u/6840281?v=4)](https://github.com/ondrej-kuhnel "ondrej-kuhnel (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

### 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

[bitbag/cms-plugin

CMS plugin for Sylius applications.

2461.1M5](/packages/bitbag-cms-plugin)[sylius/invoicing-plugin

Invoicing plugin for Sylius.

901.0M2](/packages/sylius-invoicing-plugin)[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

691.7M14](/packages/sylius-refund-plugin)[stefandoorn/sitemap-plugin

Sitemap Plugin for Sylius

851.0M](/packages/stefandoorn-sitemap-plugin)[sylius/paypal-plugin

PayPal plugin for Sylius.

451.4M4](/packages/sylius-paypal-plugin)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75380.8k6](/packages/monsieurbiz-sylius-rich-editor-plugin)

PHPackages © 2026

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