PHPackages                             geniv/nette-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. [Framework](/categories/framework)
4. /
5. geniv/nette-contact

ActiveLibrary[Framework](/categories/framework)

geniv/nette-contact
===================

Contact extension for Nette Framework

v1.1.5(7y ago)0128MITHTMLPHP &gt;=7.0

Since Feb 13Pushed 7y ago2 watchersCompare

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

READMEChangelogDependencies (2)Versions (12)Used By (0)

Nette contact
=============

[](#nette-contact)

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

[](#installation)

```
$ composer require geniv/nette-contact
```

or

```
"geniv/nette-contact": "^1.0"
```

require:

```
"php": ">=7.0",
"nette/nette": ">=2.4",
"geniv/nette-general-form": ">=1.0"
```

Include in application
----------------------

[](#include-in-application)

neon configure:

```
# contact form
contactForm:
#   autowired: true
#   formContainer: Contact\FormContainer
    events:
        - Contact\Events\EmailEvent
#        - Contact\Events\DibiEvent(%tablePrefix%)
        - ClearFormEvent
        - AjaxFlashMessageEvent
```

in case AjaxFlashMessageEvent is dependency: `"geniv/nette-flash-message": ">=1.0"`

neon configure extension:

```
extensions:
    contactForm: Contact\Bridges\Nette\Extension
```

usage:

```
protected function createComponentContactForm(ContactForm $contactForm, IEmailEvent $emailEvent): ContactForm
{
    $contactForm->setTemplatePath(__DIR__ . '/templates/Contact/contactForm.latte');
    $emailEvent->setTemplatePath(__DIR__ . '/templates/Contact/email.latte');
    $emailEvent->getMessage()
        ->addTo('example@gmail.com');

    $contactForm->onSuccess[] = function (array $values) {
        $this->flashMessage('odeslano', 'success');
//            $this['flashMessage']->redraw();
    };
    $contactForm->onException[] = function (EventException $e) {
        $this->flashMessage($e->getMessage(), 'danger');
    };
    return $contactForm;
}
```

usage:

```
{control contactForm}
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 97.1% 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 ~34 days

Recently: every ~76 days

Total

10

Last Release

2700d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0.0

v1.1.5PHP &gt;=7.0

### Community

Maintainers

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

---

Top Contributors

[![geniv](https://avatars.githubusercontent.com/u/563659?v=4)](https://github.com/geniv "geniv (34 commits)")[![MartinFugess](https://avatars.githubusercontent.com/u/4451137?v=4)](https://github.com/MartinFugess "MartinFugess (1 commits)")

---

Tags

nettecontactgeniv

### Embed Badge

![Health badge](/badges/geniv-nette-contact/health.svg)

```
[![Health](https://phpackages.com/badges/geniv-nette-contact/health.svg)](https://phpackages.com/packages/geniv-nette-contact)
```

###  Alternatives

[vojtech-dobes/nette-ajax-history

Adds History API support for Nette Framework.

30179.4k2](/packages/vojtech-dobes-nette-ajax-history)[flame/modules

Nette modules on the Steroids

1361.6k3](/packages/flame-modules)

PHPackages © 2026

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