PHPackages                             workouse/sylius-referral-marketing-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. workouse/sylius-referral-marketing-plugin

AbandonedArchivedSylius-plugin

workouse/sylius-referral-marketing-plugin
=========================================

Referral Marketing Bundle for Sylius E-Commerce

8165[1 issues](https://github.com/workouse/SyliusReferralMarketingPlugin/issues)PHP

Since Nov 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/workouse/SyliusReferralMarketingPlugin)[ Packagist](https://packagist.org/packages/workouse/sylius-referral-marketing-plugin)[ RSS](/packages/workouse-sylius-referral-marketing-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Workouse Referral Marketing Plugin
----------------------------------

[](#workouse-referral-marketing-plugin)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2171646e61a69e48cee9052e6b90292aeb618ea560ac48b4fc74578414fb5368/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776f726b6f7573652f73796c6975732d726566657272616c2d6d61726b6574696e672d706c7567696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/workouse/sylius-referral-marketing-plugin/?branch=master)[![Build Status](https://camo.githubusercontent.com/18331abeafa5d9c8ca2f4c6e791e7885d37bdf712d80a892eb2b11bc7fe44eed/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776f726b6f7573652f73796c6975732d726566657272616c2d6d61726b6574696e672d706c7567696e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/workouse/sylius-referral-marketing-plugin/build-status/master)

Referral Marketing Bundle for Sylius E-Commerce. Provides customers to send invitations to each other by e-mail and win coupons

Screenshots: [![Referral Marketing Bundle](https://github.com/workouse/sylius-referral-marketing-plugin/raw/master/screenshot_1.png)](https://github.com/workouse/sylius-referral-marketing-plugin/blob/master/screenshot_1.png)[![Referral Marketing Bundle Add Reference](https://github.com/workouse/sylius-referral-marketing-plugin/raw/master/screenshot_2.png)](https://github.com/workouse/sylius-referral-marketing-plugin/blob/master/screenshot_2.png)[![Referral Marketing Bundle Referance invite mail](https://github.com/workouse/sylius-referral-marketing-plugin/raw/master/screenshot_3.png)](https://github.com/workouse/sylius-referral-marketing-plugin/blob/master/screenshot_3.png)

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

[](#installation)

```
$ composer require workouse/sylius-referral-marketing-plugin
```

Add plugin dependencies to your `config/bundles.php` file:

```
return [
    ...

    Workouse\SyliusReferralMarketingPlugin\WorkouseReferralMarketingPlugin::class => ['all' => true],
];
```

Import required config in your `config/packages/_sylius.yaml` file:

```
# config/packages/_sylius.yaml

imports:
    ...

    - { resource: "@WorkouseSyliusReferralMarketingPlugin/Resources/config/config.yml" }
```

Import routing in your `config/routes.yaml` file:

```
# config/routes.yaml
...

workouse_referral_marketing_plugin:
    resource: "@WorkouseSyliusReferralMarketingPlugin/Resources/config/routing.yml"
```

Extend entity

```
