PHPackages                             idci/contact-form-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. idci/contact-form-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

idci/contact-form-bundle
========================

Symfony ContactFormBundle

v2.1.0(12y ago)11.1k[3 issues](https://github.com/IDCI-Consulting/ContactFormBundle/issues)GPL-3.0+PHPPHP &gt;=5.3.2

Since Jun 6Pushed 12y ago6 watchersCompare

[ Source](https://github.com/IDCI-Consulting/ContactFormBundle)[ Packagist](https://packagist.org/packages/idci/contact-form-bundle)[ RSS](/packages/idci-contact-form-bundle/feed)WikiDiscussions master Synced 2mo ago

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

ContactFormBundle
=================

[](#contactformbundle)

Symfony2 contact form bundle and social sharing

Installation
============

[](#installation)

To install this bundle please follow the next steps:

First add the dependencies to your `composer.json` file:

```
"require": {
    ...
    "pagerfanta/pagerfanta": "dev-master",
    "white-october/pagerfanta-bundle": "dev-master",
    "idci/contact-form-bundle": "dev-master"
},
```

Then install the bundle with the command:

```
php composer update
```

Enable the bundle in your application kernel:

```
