PHPackages                             mv/mv-contact-bundle - 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. mv/mv-contact-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

mv/mv-contact-bundle
====================

Symfony2 Form contact Bundle

1.0.0(10y ago)0119[2 issues](https://github.com/phpmike/MvContactBundle/issues)GPLPHPPHP &gt;=5.3.3

Since Dec 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/phpmike/MvContactBundle)[ Packagist](https://packagist.org/packages/mv/mv-contact-bundle)[ Docs](https://github.com/phpmike/MvContactBundle)[ RSS](/packages/mv-mv-contact-bundle/feed)WikiDiscussions master Synced 1mo ago

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

MvContactBundle
===============

[](#mvcontactbundle)

Contact form for website

INSTALLATION with COMPOSER
--------------------------

[](#installation-with-composer)

You need have installed Symfony2 2.2 with Composer or have a composer.json file

\###1) Add to composer.json in the root `require` key

```
"mv/mv-contact-bundle": "2.2.*@dev"

```

\###2) Add to AppKernel.php

```
new Mv\ContactBundle\MvContactBundle(),

```

\###3) Add to config.yml

```
mv_contact:
    mail_from:      server.mail@domain.tld
    mail_to:        your.mail@domain.tld
    # Eventually
    mail_cc:        another.mail@domain.tld
    mail_bcc:       another.secret.mail@domain.tld

```

\###4) Add to routing.yml

```
mv_contact:
    resource: "@MvContactBundle/Resources/config/routing.yml"

```

for translated websites, add:

```
    prefix: /{_locale}
    defaults:
        _locale: en

```

\###5) Eventually override layout.html.twig

Create `app/Resources/MvContactBundle/views/layout.html.twig`

See original `vendor/mv/mv-contact-bundle/Mv/ContactBundle/Resources/views/layout.html.twig` for example

Change where extends from and bloc name are what you expect...

Run update with composer

```
php path/to/composer.phar update

```

Route name "mvcontact" is contact form

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

3791d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/445f20df33bfca909e1938ca59a34263e6a3d8ce6930168c9e02cb79d8559e1c?d=identicon)[phpmike](/maintainers/phpmike)

---

Top Contributors

[![phpmike](https://avatars.githubusercontent.com/u/2404144?v=4)](https://github.com/phpmike "phpmike (1 commits)")

---

Tags

form contact

### Embed Badge

![Health badge](/badges/mv-mv-contact-bundle/health.svg)

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

###  Alternatives

[anime-db/anime-db

The application for making home collection anime

252.1k2](/packages/anime-db-anime-db)

PHPackages © 2026

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