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

Abandoned → [3brs/sylius-order-comments-plugin](/?search=3brs%2Fsylius-order-comments-plugin)Sylius-plugin[Utility &amp; Helpers](/categories/utility)

mangoweb-sylius/sylius-order-comments-plugin
============================================

Order comments plugin for Sylius

v0.0.1-alpha(5y ago)12.9k3[2 PRs](https://github.com/mangoweb-sylius/SyliusOrderCommentsPlugin/pulls)MITPHPPHP ^7.3CI failing

Since Jan 13Pushed 3y ago2 watchersCompare

[ Source](https://github.com/mangoweb-sylius/SyliusOrderCommentsPlugin)[ Packagist](https://packagist.org/packages/mangoweb-sylius/sylius-order-comments-plugin)[ RSS](/packages/mangoweb-sylius-sylius-order-comments-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (24)Versions (4)Used By (0)

 [ ![](https://avatars0.githubusercontent.com/u/38423357?s=200&v=4) ](https://www.mangoweb.cz/en/)

Order Comments Plugin
 [ ![](https://camo.githubusercontent.com/eb21671d323f884d09a3d19e54ddb790aec519dbd385d75e0e8217bd2e391e0d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e676f7765622d73796c6975732f73796c6975732d6f726465722d636f6d6d656e74732d706c7567696e2e737667) ](https://packagist.org/packages/mangoweb-sylius/sylius-order-comments-plugin "License") [ ![](https://camo.githubusercontent.com/ea2829b993b7f2d1c8b503c8a3e1f7334d75f0da3dbda58ffa752493fd126bca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616e676f7765622d73796c6975732f73796c6975732d6f726465722d636f6d6d656e74732d706c7567696e2e737667) ](https://packagist.org/packages/mangoweb-sylius/sylius-order-comments-plugin "Version") [ ![](https://camo.githubusercontent.com/89c3d4d9baf09607076a3c8d7517cd44b689e302f6945911fbd585f8fe427ee8/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d616e676f7765622d73796c6975732f53796c6975734f72646572436f6d6d656e7473506c7567696e2f6d61737465722e737667) ](http://travis-ci.org/mangoweb-sylius/SyliusOrderCommentsPlugin "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 [manGoweb](https://www.mangoweb.eu/).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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

2165d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2500352?v=4)[Johan Hornof](/maintainers/hornofj)[@hornofj](https://github.com/hornofj)

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

---

Top Contributors

[![radekbernatek](https://avatars.githubusercontent.com/u/3998427?v=4)](https://github.com/radekbernatek "radekbernatek (3 commits)")[![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)")

---

Tags

syliussylius-plugin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/mangoweb-sylius-sylius-order-comments-plugin/health.svg)](https://phpackages.com/packages/mangoweb-sylius-sylius-order-comments-plugin)
```

###  Alternatives

[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)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75380.8k6](/packages/monsieurbiz-sylius-rich-editor-plugin)[synolia/sylius-scheduler-command-plugin

Scheduler Command Plugin.

34361.5k](/packages/synolia-sylius-scheduler-command-plugin)[odiseoteam/sylius-blog-plugin

This plugin add blog capabilities to your Sylius project

37104.5k](/packages/odiseoteam-sylius-blog-plugin)[webgriffe/sylius-table-rate-shipping-plugin

Provides table rate shipping calculator.

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

PHPackages © 2026

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