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

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

skonsoft/postal-address-bundle
==============================

Addressing management for Symfony2

v1.0(12y ago)129MITPHPPHP &gt;=5.3.2

Since Nov 25Pushed 12y ago3 watchersCompare

[ Source](https://github.com/skonsoft/postal-address-bundle)[ Packagist](https://packagist.org/packages/skonsoft/postal-address-bundle)[ Docs](https://github.com/skonsoft/postal-address-bundle)[ RSS](/packages/skonsoft-postal-address-bundle/feed)WikiDiscussions master Synced 3w ago

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

postal-address-bundle [![Build Status](https://camo.githubusercontent.com/338aee127e42ecc8656c5da99034bda5d80c4c2f1a722d4274767c148aabcf34/68747470733a2f2f7472617669732d63692e6f72672f736b6f6e736f66742f706f7374616c2d616464726573732d62756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/skonsoft/postal-address-bundle)
===============================================================================================================================================================================================================================================================================================================================================

[](#postal-address-bundle-)

Simple Addressing management bundle for Symfony2.

What is it ?
------------

[](#what-is-it-)

It's a small bundle gives you a basic postal adresses managing. This bundle give you three ready to use entity to manage a postal adresses.

- Address: a postal address

### Step 1: Install bundle using composer

[](#step-1-install-bundle-using-composer)

```
{
    "require": {
        // ...
        "skonsoft/postal-address-bundle": "dev-master"
    }
}
```

### Step 2: Register the bundle

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

```
