Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiwelo/addressformatterbundle

International mailing address formatter for Symfony 3
https://github.com/hiwelo/addressformatterbundle

address-formatter address-parser mailing-address-formatter symfony symfony-bundle symfony3

Last synced: about 1 month ago
JSON representation

International mailing address formatter for Symfony 3

Awesome Lists containing this project

README

        

# AddressFormatterBundle

International mailing address created as a bundle for Symfony 3.

## Installation

Install the bundle using [composer](https://getcomposer.org).

```bash
composer require hiwelo/AddressFormatterBundle
```

## Enable the bundle

Enable the bundle in the Symfony 3 Kernel:

```php