PHPackages                             aropixel/sylius-stock-movement-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. aropixel/sylius-stock-movement-plugin

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

aropixel/sylius-stock-movement-plugin
=====================================

Log and display the product stock movements

v1.0.3(4y ago)1333[1 issues](https://github.com/aropixel/SyliusStockMovementPlugin/issues)[1 PRs](https://github.com/aropixel/SyliusStockMovementPlugin/pulls)MITPHPPHP ^7.3

Since Oct 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/aropixel/SyliusStockMovementPlugin)[ Packagist](https://packagist.org/packages/aropixel/sylius-stock-movement-plugin)[ RSS](/packages/aropixel-sylius-stock-movement-plugin/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (29)Versions (5)Used By (0)

 [ ![Aropixel logo](https://avatars1.githubusercontent.com/u/14820816?s=200&v=4) ](http://www.aropixel.com/)

Aropixel Sylius Stock Movement Plugin
-------------------------------------

[](#aropixel-sylius-stock-movement-plugin)

Log and display the product stock movements. When the stock of a product is updated, the stock movement will be saved and displayed in the admin product stock tab. The origin of the stock update is also displayed (either a new order or a manual update).

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

[](#installation)

- Install this plugin using composer :

```
composer require aropixel/sylius-stock-movement-plugin
```

- import the plugin config in a new "aropixel\_sylius\_stock\_movement.yaml" file inside 'config/packages':

```
imports:
    - { resource: "@AropixelSyliusStockMovementPlugin/Resources/config/app/config.yml" }
```

- Add the StockMovement interface and trait to your ProductVariant entity:

```
    ...

    namespace App\Entity\Product;

    ...

    use Aropixel\SyliusStockMovementPlugin\Entity\ProductVariantMovementInterface;
    use Aropixel\SyliusStockMovementPlugin\Entity\ProductVariantMovementTrait;
    ...

    /**
     * @ORM\Entity
     * @ORM\Table(name="sylius_product_variant")
     */
    class ProductVariant extends BaseProductVariant implements ProductVariantMovementInterface
    {
        use ProductVariantMovementTrait;

    ...
```

- Generate and execute the db migrations

Screenshots
-----------

[](#screenshots)

[![Screenshot](screenshot.png)](screenshot.png)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

4

Last Release

1708d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4610384?v=4)[Joël Gomez Caballe](/maintainers/kbyjoel)[@kbyjoel](https://github.com/kbyjoel)

---

Top Contributors

[![davidroberto](https://avatars.githubusercontent.com/u/12612695?v=4)](https://github.com/davidroberto "davidroberto (12 commits)")

---

Tags

syliussylius-pluginsyliussylius-plugin

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/aropixel-sylius-stock-movement-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/aropixel-sylius-stock-movement-plugin/health.svg)](https://phpackages.com/packages/aropixel-sylius-stock-movement-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)
