PHPackages                             tadcka/address-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. tadcka/address-bundle

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

tadcka/address-bundle
=====================

Full control the user's address on Symfony2

v1.0.0(12y ago)120MITPHPPHP &gt;=5.3.3

Since Nov 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tadcka/AddressBundle)[ Packagist](https://packagist.org/packages/tadcka/address-bundle)[ Docs](https://github.com/tadcka/AddressBundle)[ RSS](/packages/tadcka-address-bundle/feed)WikiDiscussions master Synced today

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

AddressBundle
=============

[](#addressbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/0e1c5b16040d5d7e6296382d55ea21e09ec9a04dbdabf6bbc64f7f8ff64c69c3/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66353638613962662d653737652d343836632d626538352d3862333133343634323638652f6269672e706e67)](https://insight.sensiolabs.com/projects/f568a9bf-e77e-486c-be85-8b313464268e)

Full control the user's address on Symfony2

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

[](#installation)

### Step 1: Download TadckaAddressBundle using composer

[](#step-1-download-tadckaaddressbundle-using-composer)

Add TadckaAddressBundle in your composer.json:

```
{
    "require": {
        "tadcka/address-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update tadcka/address-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
