PHPackages                             setono/sylius-log-entry-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. setono/sylius-log-entry-plugin

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

setono/sylius-log-entry-plugin
==============================

Sylius plugin that makes it easy to work with log entries

25.3k[3 PRs](https://github.com/Setono/SyliusLogEntryPlugin/pulls)PHPCI failing

Since Feb 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Setono/SyliusLogEntryPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-log-entry-plugin)[ RSS](/packages/setono-sylius-log-entry-plugin/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

Sylius Log Entry Plugin
=======================

[](#sylius-log-entry-plugin)

[![Latest Version](https://camo.githubusercontent.com/d41b02ac6e697e8eae43acdeb63c9aa0a3aea0677f55ee57785fbeba1d81f7a3/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d6c6f672d656e7472792d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-log-entry-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/8fd30287669a18fe141d6942b107044cd2d36e777387d246bf7a46c39a655368/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d6c6f672d656e7472792d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/setono/sylius-log-entry-plugin)[![Software License](https://camo.githubusercontent.com/f33411f137eca1f64f5e5f51becf0c24fcc11bb4d9ec1a1e2b129d2816dc8804/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d6c6f672d656e7472792d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusLogEntryPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusLogEntryPlugin/actions)[![Quality Score](https://camo.githubusercontent.com/97d5bf2962ac2b5dcb09d0c31fb3ab2ba9049809e3c2413a1ad28da04e49c775/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f5365746f6e6f2f53796c6975734c6f67456e747279506c7567696e2e737667)](https://scrutinizer-ci.com/g/Setono/SyliusLogEntryPlugin)

Adds a `LogEntry` entity you can use to log messages and associate them with your other entities. The test application has an example where we have added log entries to orders.

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

[](#installation)

- Install plugin using `composer`:

    ```
    $ composer require setono/sylius-log-entry-plugin
    ```
- Add bundle to `config/bundles.php`:

    ```
