PHPackages                             kermitsxb/sylius-customer-pools-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. kermitsxb/sylius-customer-pools-plugin

ActiveSylius-plugin

kermitsxb/sylius-customer-pools-plugin
======================================

Sylius plugin for managing customer pools.

v0.3.2(3y ago)110MITPHPPHP ^8.0

Since Jan 11Pushed 3y agoCompare

[ Source](https://github.com/kermitsxb/SyliusCustomerPoolsPlugin)[ Packagist](https://packagist.org/packages/kermitsxb/sylius-customer-pools-plugin)[ RSS](/packages/kermitsxb-sylius-customer-pools-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (8)Used By (0)

Sylius Customer Pools Plugin
============================

[](#sylius-customer-pools-plugin)

[![Latest Version](https://camo.githubusercontent.com/3c1b7d3e07a8b0d3fa500ded602a3f54d3e1b9c82b57a3bff3a65c6b4b746062/68747470733a2f2f706f7365722e707567782e6f72672f746176793331352f73796c6975732d637573746f6d65722d706f6f6c732d706c7567696e2f762f737461626c65)](https://packagist.org/packages/tavy315/sylius-customer-pools-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/b4d5a09ddb523d8df70465a4a7ae0d9e0ab50077e83574c7f4fc58ada93c78c7/68747470733a2f2f706f7365722e707567782e6f72672f746176793331352f73796c6975732d637573746f6d65722d706f6f6c732d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/tavy315/sylius-customer-pools-plugin)[![Software License](https://camo.githubusercontent.com/32442556d05b014493d6261c4d885abd9f2e83deae2cffbd40a7e0ab76a9545f/68747470733a2f2f706f7365722e707567782e6f72672f746176793331352f73796c6975732d637573746f6d65722d706f6f6c732d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/tavy315/SyliusCustomerPoolsPlugin/workflows/build/badge.svg)](https://github.com/tavy315/SyliusCustomerPoolsPlugin/actions)

This plugin for [Sylius](https://sylius.com/) allows you to manage customer pools.

Supports Doctrine ORM driver only.

Customer Pool is a collection of Customers that is assigned to a specific channel. Thanks to this concept, if you have two channels, each of them has a separate customer pool, then customers that have accounts in channel A, and have not registered in channel B, will not be able to log in to channel B with credentials they have specified in channel A (which is the behaviour happening in Sylius open source edition). This feature allows you to sell via multiple channels, creating a illusion of shopping in completely different stores, while you still have one administration panel.

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

[](#screenshots)

Customer Pools:

[![Screenshot showing admin customer pools](docs/images/admin-customer-pools-index.png)](docs/images/admin-customer-pools-index.png)

Customer:

[![Screenshot showing admin customer](docs/images/admin-customer-pools-edit.png)](docs/images/admin-customer-pools-edit.png)

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

[](#installation)

### Step 1: Install the plugin

[](#step-1-install-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 tavy315/sylius-customer-pools-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 `config/bundles.php` file of your project:

```
