PHPackages                             sylius/price-history-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. sylius/price-history-plugin

ActiveSylius-plugin

sylius/price-history-plugin
===========================

Implementation of the Omnibus Directive for Sylius application.

v1.0.0(3y ago)1140.5k↓41.4%9[1 issues](https://github.com/Sylius/PriceHistoryPlugin/issues)[3 PRs](https://github.com/Sylius/PriceHistoryPlugin/pulls)MITPHPPHP ^8.0

Since Mar 20Pushed 2y ago10 watchersCompare

[ Source](https://github.com/Sylius/PriceHistoryPlugin)[ Packagist](https://packagist.org/packages/sylius/price-history-plugin)[ RSS](/packages/sylius-price-history-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (36)Versions (6)Used By (0)

 [    ![Sylius Logo.](https://camo.githubusercontent.com/ea9dddc934264aa7ec01cf3202c500f3d8b04448bce2571bdc74230efddda88f/68747470733a2f2f6d656469612e73796c6975732e636f6d2f73796c6975732d6c6f676f2d3830302e706e67)  ](https://sylius.com)

Price History Plugin
====================

[](#price-history-plugin)

[![](https://camo.githubusercontent.com/9b437c7f32af7f569d4c0d8e750fd3e94c19a1a7ad491228a34cf567b0ea8af4/68747470733a2f2f73796c6975732e636f6d2f6173736574732f62616467652d6f6666696369616c2d73796c6975732d706c7567696e2e706e67)](https://sylius.com/plugins/)

⚙️ Installation
===============

[](#️-installation)

We encourage you to use the installation instructions based on Rector and Recipes as it is more convenient and faster. The legacy installation guide is available [here](docs/legacy-installation-guide.md).

Installation with Recipes and Rector
------------------------------------

[](#installation-with-recipes-and-rector)

Before you start, you need to have both SyliusRecipes and SyliusRector installed. You can find how to install them here:

- [Sylius/SyliusRecipes](https://github.com/Sylius/SyliusRecipes)
- [Sylius/SyliusRector](https://github.com/Sylius/SyliusRector)

1. Run:

    ```
    composer require sylius/price-history-plugin --no-scripts
    ```
2. Update `/rector.php`

    ```
    + use Sylius\SyliusRector\Set\SyliusPriceHistory;

    return static function (RectorConfig $rectorConfig): void {
        // ...
    +    $rectorConfig->sets([SyliusPriceHistory::PRICE_HISTORY_PLUGIN]);
    };
    ```
3. Run:

    ```
    vendor/bin/rector
    ```
4. Ensure you have modified resource configured in `config/packages/_sylius.yaml`:

    ```
    sylius_channel:
        resources:
            channel:
                classes:
                    model: App\Entity\Channel\Channel
    sylius_core:
        resources:
            channel_pricing:
                classes:
                    model: App\Entity\Channel\ChannelPricing
    ```
5. Execute migrations:

    ```
    bin/console doctrine:migrations:migrate
    ```
6. Rebuild the cache to display all new translations correctly:

    ```
    bin/console cache:clear
    bin/console cache:warmup
    ```
7. Run messenger consumer:

    ```
    bin/console messenger:consume main
    ```

    For more information check official [Symfony docs](https://symfony.com/doc/current/messenger.html#consuming-messages-running-the-worker).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity54

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

Every ~20 days

Total

5

Last Release

1075d ago

Major Versions

v0.2.0 → v1.0.0-RC.12023-03-31

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/719423?v=4)[Sylius eCommerce](/maintainers/sylius)[@Sylius](https://github.com/Sylius)

![](https://www.gravatar.com/avatar/4b4a5a1a9293502aa8573551fab020963a9050c5cca4524433b6d94214d3b480?d=identicon)[GSadee](/maintainers/GSadee)

---

Top Contributors

[![GSadee](https://avatars.githubusercontent.com/u/6140884?v=4)](https://github.com/GSadee "GSadee (93 commits)")[![NoResponseMate](https://avatars.githubusercontent.com/u/9448101?v=4)](https://github.com/NoResponseMate "NoResponseMate (65 commits)")[![Rafikooo](https://avatars.githubusercontent.com/u/40125720?v=4)](https://github.com/Rafikooo "Rafikooo (56 commits)")[![coldic3](https://avatars.githubusercontent.com/u/13316080?v=4)](https://github.com/coldic3 "coldic3 (54 commits)")[![TheMilek](https://avatars.githubusercontent.com/u/53942444?v=4)](https://github.com/TheMilek "TheMilek (24 commits)")[![jakubtobiasz](https://avatars.githubusercontent.com/u/80641364?v=4)](https://github.com/jakubtobiasz "jakubtobiasz (3 commits)")[![Swicku](https://avatars.githubusercontent.com/u/44904330?v=4)](https://github.com/Swicku "Swicku (2 commits)")[![damonsson](https://avatars.githubusercontent.com/u/3453169?v=4)](https://github.com/damonsson "damonsson (1 commits)")[![zambodaniel](https://avatars.githubusercontent.com/u/3462880?v=4)](https://github.com/zambodaniel "zambodaniel (1 commits)")

---

Tags

symfonysyliushistorye-commercepricesylius-pluginomnibus

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sylius-price-history-plugin/health.svg)

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

###  Alternatives

[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)

PHPackages © 2026

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