PHPackages                             markup/addressing-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. markup/addressing-bundle

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

markup/addressing-bundle
========================

Integration of markup/addressing with Symfony2.

0.6.0(5y ago)657.3k4MITPHPPHP &gt;=7.1CI failing

Since Nov 1Pushed 4y ago11 watchersCompare

[ Source](https://github.com/usemarkup/AddressingBundle)[ Packagist](https://packagist.org/packages/markup/addressing-bundle)[ RSS](/packages/markup-addressing-bundle/feed)WikiDiscussions master Synced 2mo ago

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

This repository and organisation are scheduled for deletion - please fork any repositories you are using to another location prior to February 28th 2022.
=========================================================================================================================================================

[](#this-repository-and-organisation-are-scheduled-for-deletion---please-fork-any-repositories-you-are-using-to-another-location-prior-to-february-28th-2022)

About
-----

[](#about)

This Symfony bundle provides integration with the markup/addressing package, which is able to format addresses according to the rules set out in [Frank's Compulsive Guide To Postal Addresses](http://www.columbia.edu/~fdc/postal/).

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

[](#installation)

Add MarkupAddressingBundle to your composer.json:

```
{
    "require": {
        "markup/addressing-bundle": "@dev"
    }
}
```

Add MarkupAddressingBundle to your AppKernel.php:

```
    public function registerBundles()
    {
        $bundles = [
            ...
            new Markup\AddressingBundle\MarkupAddressingBundle(),
        ];
        ...
    }
```

Finally, install the bundle using Composer:

```
$ php composer.phar update markup/addressing-bundle
```

Usage
-----

[](#usage)

Simple usage example:

```
    $renderer = $this->get('markup_addressing.address.renderer');
    $address = new MyAddressAdapter($myAddress); //MyAddressAdapter here wraps a different address definition and makes it implement Markup\Addressing\AddressInterface
    echo $renderer->render($address, ['format' => 'plaintext']);
```

This would echo out an address, formatted correctly according to the country, using plaintext.

License
-------

[](#license)

Released under the MIT License. See LICENSE.

[![Build Status](https://camo.githubusercontent.com/42ad1c567e1e007e0d5468e2de427434862eb4ece3e7f2972e3fd1426a6693c5/68747470733a2f2f6170692e7472617669732d63692e6f72672f7573656d61726b75702f41646472657373696e6742756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/usemarkup/AddressingBundle)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~232 days

Recently: every ~281 days

Total

7

Last Release

2086d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.5

0.2.0PHP &gt;=5.6

0.4.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c89b3982be4e6cd23e749f617e809147f98aca5f45bf24c3b5195598a4c4bfd?d=identicon)[calumbrodie](/maintainers/calumbrodie)

---

Top Contributors

[![shieldo](https://avatars.githubusercontent.com/u/97280?v=4)](https://github.com/shieldo "shieldo (20 commits)")[![AlexLatham](https://avatars.githubusercontent.com/u/66136640?v=4)](https://github.com/AlexLatham "AlexLatham (6 commits)")[![calumbrodie](https://avatars.githubusercontent.com/u/459459?v=4)](https://github.com/calumbrodie "calumbrodie (3 commits)")[![JJuszczyk](https://avatars.githubusercontent.com/u/33802769?v=4)](https://github.com/JJuszczyk "JJuszczyk (3 commits)")[![gsdevme](https://avatars.githubusercontent.com/u/319498?v=4)](https://github.com/gsdevme "gsdevme (1 commits)")[![oantonelli](https://avatars.githubusercontent.com/u/10195728?v=4)](https://github.com/oantonelli "oantonelli (1 commits)")

---

Tags

postalformattingaddressesaddressing

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/markup-addressing-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/markup-addressing-bundle/health.svg)](https://phpackages.com/packages/markup-addressing-bundle)
```

###  Alternatives

[sylius/addressing-bundle

Addressing and zone management for Symfony applications.

33221.4k3](/packages/sylius-addressing-bundle)[friendsoftypo3/tt-address

Displays a list of addresses from an address table on the page.

431.7M38](/packages/friendsoftypo3-tt-address)[lecturize/laravel-addresses

Simple address and contact management for Laravel.

20164.1k](/packages/lecturize-laravel-addresses)[mnapoli/pretty

Run all code formatting tools with one command: pretty

1085.1k9](/packages/mnapoli-pretty)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
