PHPackages                             monsieurbiz/sylius-contact-request-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. monsieurbiz/sylius-contact-request-plugin

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

monsieurbiz/sylius-contact-request-plugin
=========================================

Add a contact request plugin to your Sylius.

v2.0.1(6mo ago)316.4k—8.8%6MITPHPPHP ^8.2CI passing

Since Jun 26Pushed 6mo ago3 watchersCompare

[ Source](https://github.com/monsieurbiz/SyliusContactRequestPlugin)[ Packagist](https://packagist.org/packages/monsieurbiz/sylius-contact-request-plugin)[ RSS](/packages/monsieurbiz-sylius-contact-request-plugin/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (18)Used By (0)

[![Banner of Sylius Contact Request plugin](docs/images/banner.jpg)](https://monsieurbiz.com/agence-web-experte-sylius)

Contact Request for Sylius
==========================

[](#contact-request-for-sylius)

[![Contact Request Plugin license](https://camo.githubusercontent.com/f9fb0ccfbb72ac572a141a4ec17e09f8b07c93f778c8da1a18f4f34382ab46ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6f6e736965757262697a2f53796c697573436f6e7461637452657175657374506c7567696e3f7075626c6963)](https://github.com/monsieurbiz/SyliusContactRequestPlugin/blob/master/LICENSE.txt)[![Tests Status](https://camo.githubusercontent.com/235f44b59a34455a067421534e03aabd6773322a14a86782c493e07b0c2e2249/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573436f6e7461637452657175657374506c7567696e2f74657374732e79616d6c3f6272616e63683d6d6173746572266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusContactRequestPlugin/actions?query=workflow%3ATests)[![Recipe Status](https://camo.githubusercontent.com/92ac80b671821c13c48c69b60b4546c55984bc4803855f3ba92a0f6e2fb38a3f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573436f6e7461637452657175657374506c7567696e2f7265636970652e79616d6c3f6272616e63683d6d6173746572266c6162656c3d72656369706573266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusContactRequestPlugin/actions?query=workflow%3ASecurity)[![Security Status](https://camo.githubusercontent.com/d6e3d02c33df0bb6a20cda2718b4fa156deef4ddadd8efd7bf09f232ad38b01a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573436f6e7461637452657175657374506c7567696e2f73656375726974792e79616d6c3f6272616e63683d6d6173746572266c6162656c3d7365637572697479266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusContactRequestPlugin/actions?query=workflow%3ASecurity)

This plugin allows you to customize the contact page on the front-end of your Sylius store. It stores all contact requests made through the native Sylius form in the database, making them accessible directly from the Sylius back office.

[![Demo of the Contact Request](docs/images/admin-list.png)](docs/images/admin-list.png)[![Demo of the Contact Request](docs/images/demo-shop.jpg)](docs/images/demo-shop.jpg)

Compatibility
-------------

[](#compatibility)

Sylius VersionPHP Version2.0, 2.18.2 - 8.3ℹ️ For Sylius 1.x, see our [1.x branch](https://github.com/monsieurbiz/SyliusContactRequestPlugin/tree/1.x) and all 1.x releases.

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

[](#installation)

If you want to use our recipes, you can configure your composer.json by running:

```
composer config --no-plugins --json extra.symfony.endpoint '["https://api.github.com/repos/monsieurbiz/symfony-recipes/contents/index.json?ref=flex/master","flex://defaults"]'
```

```
composer require monsieurbiz/sylius-contact-request-plugin
```

Getting started
---------------

[](#getting-started)

### Contact page customization

[](#contact-page-customization)

[![Demo of the Contact Request](docs/images/settings.jpg)](docs/images/settings.jpg)

### Contact request storage

[](#contact-request-storage)

Submit a contact request from the native contact form. Them go in the back-office in the customer menu node you will have a new menu 'contact requests', click on it and you can see a grid with the contact requests created. Obviously, this plugin is not retroactive and contact requests made before the plugin was installed will not be displayed.

### For the installation without flex, follow these additional steps

[](#for-the-installation-without-flex-follow-these-additional-steps)

Change your `config/bundles.php` file to add this line for the plugin declaration:

```
