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

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

alexbridge/symfony-bundle-contact
=================================

Bundle for Symfony 2 with a general contact form for your website

012

Since Jun 13Compare

[ Source](https://github.com/alexbridge/symfony-bundle-contact)[ Packagist](https://packagist.org/packages/alexbridge/symfony-bundle-contact)[ RSS](/packages/alexbridge-symfony-bundle-contact/feed)WikiDiscussions Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ContactBundle
=============

[](#contactbundle)

Bundle for Symfony 2 with a generic contact form for your website.

Fields:

- Name
- Email
- Subject
- Message

Installation:

- `composer require alexbridge/symfony-bundle-contact`
- Enable Bundle

    ```
        // app/AppKernel.php
        public function registerBundles()
        {
            $bundles = array(
                // ...
                new Alexo\ContactBundle\ContactBundle(),
            );
        }

    ```
- Register routes

    ```
      // app/config/routing.yml
      contact:
          resource: "@ContactBundle/Controller/"
          type:     annotation
          prefix:   /contact

    ```

Configuration:

```
contact:
    # an array email addresses to receive contact messages
    receiver_emails: []

```

Routes:

- add `contact` route to your views and route generation
- access `/contact` uri to see contact form

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18292310?v=4)[O.Bilenko](/maintainers/alexbridge)[@alexbridge](https://github.com/alexbridge)

### Embed Badge

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

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

###  Alternatives

[simplesquid/nova-enum-field

A Laravel Nova field to add enums to resources.

52430.4k2](/packages/simplesquid-nova-enum-field)[alexcrawford/lexorank-php

PHP Implementation of JIRA's LexoRank algorithm.

2990.2k2](/packages/alexcrawford-lexorank-php)[avator/yii2-turbosms

Yii2 turbosms

1031.2k](/packages/avator-yii2-turbosms)

PHPackages © 2026

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