hiwelo/address-formatter-bundle
Composer 安装命令:
composer require hiwelo/address-formatter-bundle
包简介
International postal address formatting bundle for Symfony
README 文档
README
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(), ); }
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: gpl-3.0
- 更新时间: 2017-04-02