LexikCurrencyBundle:此Symfony2捆绑包提供用于转换和显示货币的服务和Twig扩展 源码
总览 该Symfony2捆绑包提供了一种服务和一个细枝扩展,用于转换和显示货币。 安装 将捆绑添加到您的composer.json文件: require: { // ... "lexik/currency-bundle" : "~2.0" // ... } 从1.2.0版开始, currency_format不再转换货币,它仅根据语言环境格式化给定的值。 如果您需要转换和格式化值,请使用currency_convert_format过滤器。 然后运行作曲家更新: composer.phar update # OR composer.phar update lex
文件列表
LexikCurrencyBundle-master.zip
(预估有个36文件)
LexikCurrencyBundle-master
composer.json
719B
.travis.yml
700B
EventListener
LocaleListener.php
1KB
DependencyInjection
Compiler
AdapterPass.php
1KB
LexikCurrencyExtension.php
2KB
Configuration.php
3KB
暂无评论