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

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

grossum/contact-bundle
======================

This bundle added contact entity with fields: address, link for map, many phones and many e-mails

v0.1(9y ago)0276MITPHPPHP &gt;=5.5.2

Since Aug 30Pushed 9y ago7 watchersCompare

[ Source](https://github.com/GrossumUA/ContactBundle)[ Packagist](https://packagist.org/packages/grossum/contact-bundle)[ RSS](/packages/grossum-contact-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

Contact Bundle
==============

[](#contact-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/8a192c44a00d6274b83df8f48dab1c13bb4b381594debd9b5054afa9be2a7dea/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f636f6e746163742d62756e646c652f762f737461626c65)](https://packagist.org/packages/grossum/contact-bundle) [![Total Downloads](https://camo.githubusercontent.com/fc4a9644d542145e3ae84d714c17c69248e2c0f237c82d880a54576419f5201d/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f636f6e746163742d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/grossum/contact-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/9f71a7e9ab6e5138b8d5fae990ce8a5e2884e1e696307a7750b7cf1f9359c198/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f636f6e746163742d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/grossum/contact-bundle) [![License](https://camo.githubusercontent.com/edb4b6246e57139e1a36a798cba9c703010f813431d857662c01acd4064ead3b/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f636f6e746163742d62756e646c652f6c6963656e7365)](https://packagist.org/packages/grossum/contact-bundle)

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

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require grossum/contact-bundle "~0.1.x@dev"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```
