PHPackages                             tavy315/sylius-sales-representatives-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. tavy315/sylius-sales-representatives-plugin

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

tavy315/sylius-sales-representatives-plugin
===========================================

Sylius plugin for managing sales representatives.

v0.2.3(4y ago)01.8k3MITPHPPHP &gt;=7.4

Since May 19Pushed 4y ago2 watchersCompare

[ Source](https://github.com/tavy315/SyliusSalesRepresentativesPlugin)[ Packagist](https://packagist.org/packages/tavy315/sylius-sales-representatives-plugin)[ RSS](/packages/tavy315-sylius-sales-representatives-plugin/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Sylius Sales Representatives Plugin
===================================

[](#sylius-sales-representatives-plugin)

[![Latest Version](https://camo.githubusercontent.com/402be0ec95d83a9d54bf3c71f79c07b588e1a5f01a476d029227042bfe5e2c01/68747470733a2f2f706f7365722e707567782e6f72672f746176793331352f73796c6975732d73616c65732d726570726573656e746174697665732d706c7567696e2f762f737461626c65)](https://packagist.org/packages/tavy315/sylius-sales-representatives-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/6e380936691120bdc58f372e90de52ac63f5ca93273ec7a3504565c286b8a6d2/68747470733a2f2f706f7365722e707567782e6f72672f746176793331352f73796c6975732d73616c65732d726570726573656e746174697665732d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/tavy315/sylius-sales-representatives-plugin)[![Software License](https://camo.githubusercontent.com/93b533296debcd9b1f36fa3065e4a397c8e5b133061f57b8e45119e563bdb00a/68747470733a2f2f706f7365722e707567782e6f72672f746176793331352f73796c6975732d73616c65732d726570726573656e746174697665732d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/tavy315/SyliusSalesRepresentativesPlugin/workflows/build/badge.svg)](https://github.com/tavy315/SyliusSalesRepresentativesPlugin/actions)

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

Supports Doctrine ORM driver only.

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

[](#screenshots)

Sales Representatives:

[![Screenshot showing admin sales representatives](docs/images/admin-sales-representative-index.png)](docs/images/admin-sales-representative-index.png)

Customer:

[![Screenshot showing admin customer](docs/images/admin-customer-edit.png)](docs/images/admin-customer-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-sales-representatives-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:

```
