Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AddressFormatterBundle

International mailing address created as a bundle for Symfony 3.

Installation

Install the bundle using composer.

composer require hiwelo/AddressFormatterBundle

Enable the bundle

Enable the bundle in the Symfony 3 Kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        //...
        new Hiwelo\AddressFormatterBundle\AddressFormatterBundle(),
    );
}
You can’t perform that action at this time.