PHPackages                             setono/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. [Database &amp; ORM](/categories/database)
4. /
5. setono/sylius-stock-movement-plugin

ActiveSylius-plugin[Database &amp; ORM](/categories/database)

setono/sylius-stock-movement-plugin
===================================

Plugin to handle stock related activities

v0.3.1(6y ago)27.2k[9 PRs](https://github.com/Setono/SyliusStockMovementPlugin/pulls)MITPHP ^7.2

Since Jul 2Compare

[ Source](https://github.com/Setono/SyliusStockMovementPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-stock-movement-plugin)[ RSS](/packages/setono-sylius-stock-movement-plugin/feed)WikiDiscussions Synced 2d ago

READMEChangelog (5)Dependencies (37)Versions (16)Used By (0)

Sylius Stock Movement Plugin
============================

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

[![Latest Version](https://camo.githubusercontent.com/5c08f0dfe8f80bb69e9bcc7b3c4e079043dae3ef1798bfe3feeb3b05f8d0f8db/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d73746f636b2d6d6f76656d656e742d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-stock-movement-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/4862f64982d79fb6c953af475c1433c654cb7c3395a135de81938f68166fe684/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d73746f636b2d6d6f76656d656e742d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/setono/sylius-stock-movement-plugin)[![Software License](https://camo.githubusercontent.com/0ce73a5b427a760cd6915682ab98147c9a607f36e5456c75ecefca0e5bfd1c67/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d73746f636b2d6d6f76656d656e742d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://camo.githubusercontent.com/b8b94a043b0ede45d2f9cc18790d93812dc6af64fe0a6f5deaf5544854344db3/68747470733a2f2f7472617669732d63692e6f72672f5365746f6e6f2f53796c69757353746f636b4d6f76656d656e74506c7567696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Setono/SyliusStockMovementPlugin)[![Quality Score](https://camo.githubusercontent.com/c855820ca9396cbd20d00f9f89f12d3f2fcf571b93c2d69dbe5fc3f12431f94f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f5365746f6e6f2f53796c69757353746f636b4d6f76656d656e74506c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Setono/SyliusStockMovementPlugin)

Log all stock movements in your shop. You can use this to create very accurate reports of your inventory movements.

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

[](#installation)

### Step 1: Download the plugin

[](#step-1-download-the-plugin)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this plugin:

```
$ composer require setono/sylius-stock-movement-plugin
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the plugin

[](#step-2-enable-the-plugin)

Then, enable the plugin by adding it to the list of registered plugins/bundles in the `config/bundles.php` file of your project:

```
