PHPackages                             fond-of-spryker/contact - 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. fond-of-spryker/contact

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fond-of-spryker/contact
=======================

A simple contact form for spryker.

2.0.0(8y ago)08.8kMITPHPPHP &gt;=7.1

Since Apr 23Pushed 5y ago2 watchersCompare

[ Source](https://github.com/fond-of/spryker-contact)[ Packagist](https://packagist.org/packages/fond-of-spryker/contact)[ RSS](/packages/fond-of-spryker-contact/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

spryker-contact
===============

[](#spryker-contact)

[![PHP from Travis config](https://camo.githubusercontent.com/9d245815c30188a34e60692f24442c3fe7e92f9958d8a7a1d6f7463e7ed866b3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068702d762f73796d666f6e792f73796d666f6e792e737667)](https://php.net/)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/fond-of-spryker/contact)

This is a simple contact form for spryker.

Install
-------

[](#install)

### 1. Execute composer command

[](#1-execute-composer-command)

```
composer require fond-of-spryker/contact

```

### 2. Add controller provider in YvesBootstrap.php in getControllerProviderStack()

[](#2-add-controller-provider-in-yvesbootstrapphp-in-getcontrollerproviderstack)

```
new ContactControllerProvider($isSsl),

```

### 3. Add mail plugin in Pyz Zed/Mail/MailDependencyProvider.php in MAIL\_TYPE\_COLLECTION

[](#3-add-mail-plugin-in-pyz-zedmailmaildependencyproviderphp-in-mail_type_collection)

```
$mailCollection->add(new ContactMailTypePlugin());

```

### 4. Create your own form template under:

[](#4-create-your-own-form-template-under)

```
src/Pyz/Yves/Contact/Theme/default/index/index.twig

```

### 5. Append glossary entries from contact\_glossary.csv to glossary.csv and execute commands

[](#5-append-glossary-entries-from-contact_glossarycsv-to-glossarycsv-and-execute-commands)

```
vendor/bin/console data:import:glossary
vendor/bin/console collector:storage:export

```

### 6. Create transfer objects

[](#6-create-transfer-objects)

```
vendor/bin/console transfer:generate

```

### 7. Add this to your configuration file. This EMail receives the contact form.

[](#7-add-this-to-your-configuration-file-this-email-receives-the-contact-form)

```
// ---------- Contact
$config[\FondOfSpryker\Shared\Contact\ContactConstants::CONTACT_FORM_MAIL_RECEIVER] = 'example@example.org';

```

### 8. Enjoy

[](#8-enjoy)

(Edit route in ContactControllerProvider if it's your wish)

```
/{$locale}/contacts

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2942d ago

Major Versions

1.0.0-RC1 → 2.0.02018-04-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c8ae669ad5d4e25d1564b2ee381e86fb88b3d9f132040a1a6b642de43b7a417?d=identicon)[daniel-rose](/maintainers/daniel-rose)

![](https://www.gravatar.com/avatar/5766a5e1f2f31647ebd3e7ccfc434a968092eedbf3db8f6e999f3d8650d4521e?d=identicon)[Carpenter0100](/maintainers/Carpenter0100)

![](https://www.gravatar.com/avatar/2f5bd8b1a3358200680cbaf5d0dce827afb0569cc997877854354cc70bcf5a61?d=identicon)[julianzimmermann](/maintainers/julianzimmermann)

![](https://www.gravatar.com/avatar/c555494ccfc76f8679a78d4174f15a7d760471d36a999c5c6952e830d8b7a2c1?d=identicon)[gengjozsef](/maintainers/gengjozsef)

![](https://www.gravatar.com/avatar/e568ff715a8dc39b72d07873df23e2b14e0771a7f98ae50900dc4c057e2ed971?d=identicon)[DerCalli](/maintainers/DerCalli)

---

Top Contributors

[![Carpenter0100](https://avatars.githubusercontent.com/u/33862258?v=4)](https://github.com/Carpenter0100 "Carpenter0100 (5 commits)")[![tillhess](https://avatars.githubusercontent.com/u/442740?v=4)](https://github.com/tillhess "tillhess (1 commits)")

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/fond-of-spryker-contact/health.svg)

```
[![Health](https://phpackages.com/badges/fond-of-spryker-contact/health.svg)](https://phpackages.com/packages/fond-of-spryker-contact)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
