PHPackages                             feft/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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. feft/address-bundle

ActiveSymfony-bundle[Validation &amp; Sanitization](/categories/validation)

feft/address-bundle
===================

This is a Symfony2 bundle that lets using international mailing address.

1.0(9y ago)2411[2 PRs](https://github.com/Feft/AddressBundle/pulls)MITPHPPHP &gt;=5.3.3

Since Sep 10Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/Feft/AddressBundle)[ Packagist](https://packagist.org/packages/feft/address-bundle)[ Docs](https://github.com/Feft/AddressBundle)[ RSS](/packages/feft-address-bundle/feed)WikiDiscussions master Synced 1mo ago

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

[![SensioLabsInsight](https://camo.githubusercontent.com/7292ee2bc8286a7c8677ce492b53ca7b0b0725af9e15af5b4481de1a22b83f96/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f31326262353763622d343833652d343161312d623032362d3934386438663338386432322f6269672e706e67)](https://insight.sensiolabs.com/projects/12bb57cb-483e-41a1-b026-948d8f388d22)

Address
=======

[](#address)

International mailing address created in Symfony2. Format examples on

The code is compatible with php 7.1 and 5.6 versions.

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

[](#installation)

Install the library using [composer](http://getcomposer.org/). Add the new line to your `composer.json` file:

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

Now run the `install` command.

```
$ php composer.phar install
```

or use Makefile (only if you are using Docker):

```
make composer
```

PhpUnit
-------

[](#phpunit)

To run unittests use command (only if you are using Docker):

```
make php5.6-phpunit5
```

Enable the bundle
-----------------

[](#enable-the-bundle)

Enable the bundle in the kernel:

```
