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

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

setono/sylius-addwish-plugin
============================

Sylius plugin that integrates Addwish

v1.9.0(1y ago)020.5k1MITPHPPHP &gt;=7.4CI failing

Since Feb 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Setono/SyliusAddwishPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-addwish-plugin)[ RSS](/packages/setono-sylius-addwish-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (13)Versions (24)Used By (0)

Addwish / Hello Retail plugin for Sylius
========================================

[](#addwish--hello-retail-plugin-for-sylius)

[![Latest Version on Packagist](https://camo.githubusercontent.com/560996914a8db20af4aca05f056bab9d727f5e554fac825d1bd6f9fe774b636d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365746f6e6f2f73796c6975732d616464776973682d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/setono/sylius-addwish-plugin)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/e8f3477c61e943fbe32483ea1736f144441f8373fe056b4e6296879379255d74/68747470733a2f2f7472617669732d63692e636f6d2f5365746f6e6f2f53796c69757341646477697368506c7567696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/Setono/SyliusAddwishPlugin)

Plugin integrates Addwish tracking to Sylius via `setono/sylius-tag-bag-plugin`

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-addwish-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:

```
