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

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

setono/sylius-wishlist-plugin
=============================

Setono example plugin for Sylius.

v1.0.0-alpha(1y ago)05.2k[2 issues](https://github.com/Setono/sylius-wishlist-plugin/issues)MITPHPPHP &gt;=8.1CI failing

Since Feb 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Setono/sylius-wishlist-plugin)[ Packagist](https://packagist.org/packages/setono/sylius-wishlist-plugin)[ GitHub Sponsors](https://github.com/Setono)[ RSS](/packages/setono-sylius-wishlist-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (45)Versions (2)Used By (0)

Wishlist Plugin for Sylius
==========================

[](#wishlist-plugin-for-sylius)

[![Latest Version](https://camo.githubusercontent.com/57793d7ec9ded54ffdc27ce57757eaed86ba89f3ed7095310f4a125b44328ed1/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d776973686c6973742d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-wishlist-plugin)[![Software License](https://camo.githubusercontent.com/199b510e59eaf385bb24761c1c9e5f92fbd270ef98be9f70a471ebc0f61113f0/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d776973686c6973742d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/sylius-wishlist-plugin/workflows/build/badge.svg)](https://github.com/Setono/sylius-wishlist-plugin/actions)[![Code Coverage](https://camo.githubusercontent.com/106aa435c6ef741f876844e8f0307d3600864cc4811929019d71a4cd425be0ab/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f73796c6975732d776973686c6973742d706c7567696e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/sylius-wishlist-plugin)[![Mutation testing](https://camo.githubusercontent.com/d4a43cb1088227565df7f554c2aeb73c0e5d5840ae41f8f2a2c3df9e3f53be28/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d687474707325334125324625324662616467652d6170692e737472796b65722d6d757461746f722e696f2532466769746875622e636f6d2532465365746f6e6f25324673796c6975732d776973686c6973742d706c7567696e2532466d6173746572)](https://dashboard.stryker-mutator.io/reports/github.com/Setono/sylius-wishlist-plugin/master)

This plugin adds a wishlist feature to Sylius. It comes with these features:

- Add products to a wishlist (whether the visitor is logged in or not)
- Allow multiple wishlists per user (not implemented yet)
- Share wishlists with others
- Add products to cart from wishlist

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

[](#installation)

```
composer require setono/sylius-wishlist-plugin
```

### Add plugin class to your `bundles.php`

[](#add-plugin-class-to-your-bundlesphp)

Make sure you add it before `SyliusGridBundle`, otherwise you'll get `You have requested a non-existent parameter "setono_sylius_wishlist.model.wishlist.class".` exception.

```
