PHPackages                             setono/sylius-strands-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. setono/sylius-strands-plugin

ActiveSylius-plugin

setono/sylius-strands-plugin
============================

Plugin that integrates Strands

v1.0.0(5y ago)1725[5 PRs](https://github.com/Setono/SyliusStrandsPlugin/pulls)MITPHPPHP ^7.3

Since Mar 9Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (14)Versions (8)Used By (0)

Sylius Strands Plugin
=====================

[](#sylius-strands-plugin)

[![Latest Version](https://camo.githubusercontent.com/bfffcb0cfd1e2175764150309a27df3ccd3866e5d37e8666ae2d58866be3f207/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d737472616e64732d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-strands-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/7094cbec221a16cb3c98574132f8415ae4af3965b488f5a433733249a26fd1e3/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d737472616e64732d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/setono/sylius-strands-plugin)[![Software License](https://camo.githubusercontent.com/b8b87cf218dfa1edb47527722035df70a5d4a055864580b13df9f6f794852998/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d737472616e64732d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusStrandsPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusStrandsPlugin/actions)[![Quality Score](https://camo.githubusercontent.com/7e0b73f4458da7bae4d54ec988bea8d11a422c0b61402eb9eb11338cf7e5a412/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f5365746f6e6f2f53796c697573537472616e6473506c7567696e2e737667)](https://scrutinizer-ci.com/g/Setono/SyliusStrandsPlugin)

Integrates the [Strands recommendation engine](https://retail.strands.com/products/product-recommendations/) into Sylius.

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:

```
# Omit setono/sylius-tag-bag-plugin if you want to
# override layout.html.twig as described at https://github.com/Setono/TagBagBundle#usage
$ composer require setono/sylius-strands-plugin setono/sylius-tag-bag-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:

```
