PHPackages                             thelia/custom-contact-module - 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. thelia/custom-contact-module

ActiveThelia-module[Utility &amp; Helpers](/categories/utility)

thelia/custom-contact-module
============================

CustomContact module for Thelia

1.0.13(1y ago)01311LGPL-3.0-or-laterPHP

Since Apr 18Pushed 1y ago7 watchersCompare

[ Source](https://github.com/thelia-modules/CustomContact)[ Packagist](https://packagist.org/packages/thelia/custom-contact-module)[ RSS](/packages/thelia-custom-contact-module/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (15)Used By (0)

Custom Contact
==============

[](#custom-contact)

This module allows you to create custom contact

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

[](#installation)

### Manually

[](#manually)

- Copy the module into `/local/modules/` directory and be sure that the name of the module is CustomContact.
- Activate it in your thelia administration panel

### Composer

[](#composer)

Add it in your main thelia composer.json file

```
composer require thelia/custom-contact-module:~1.0

```

Usage
-----

[](#usage)

To create a new custom contact form : go to ***your-site***/admin/module/CustomContact

Each form have :

- a title
- a code
- a field configuration (look behind)
- the receiver email
- a return url (default : /default\_success)

Example basic of field configuration (Json):

```
[
    {
        "label": "Nom",
        "required": false
    },
    {
        "label": "Prénom",
        "required": true
    }
]

```

Loop
----

[](#loop)

\[custom\_contact\_loop\]

\[custom\_contact\_field\_loop\]

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~35 days

Recently: every ~90 days

Total

14

Last Release

662d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f89451228a2a7327c0ef34a4eba622e51ff0f2e8ec58dedea6f31c4c7b77f336?d=identicon)[lopes-vincent](/maintainers/lopes-vincent)

---

Top Contributors

[![lopes-vincent](https://avatars.githubusercontent.com/u/6057206?v=4)](https://github.com/lopes-vincent "lopes-vincent (16 commits)")[![thomas-dsm](https://avatars.githubusercontent.com/u/84772220?v=4)](https://github.com/thomas-dsm "thomas-dsm (12 commits)")[![roadster31](https://avatars.githubusercontent.com/u/2197734?v=4)](https://github.com/roadster31 "roadster31 (9 commits)")[![anonymze](https://avatars.githubusercontent.com/u/44375065?v=4)](https://github.com/anonymze "anonymze (2 commits)")

### Embed Badge

![Health badge](/badges/thelia-custom-contact-module/health.svg)

```
[![Health](https://phpackages.com/badges/thelia-custom-contact-module/health.svg)](https://phpackages.com/packages/thelia-custom-contact-module)
```

PHPackages © 2026

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