Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hiwelo/addressformatterbundle
- Owner: hiwelo
- License: gpl-3.0
- Created: 2017-03-29T09:55:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T22:38:53.000Z (over 7 years ago)
- Last Synced: 2024-10-01T15:27:20.410Z (about 2 months ago)
- Topics: address-formatter, address-parser, mailing-address-formatter, symfony, symfony-bundle, symfony3
- Language: PHP
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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