定制 olivers/twig-number-abbreviation-extension 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

olivers/twig-number-abbreviation-extension

最新稳定版本:v1.0.0

Composer 安装命令:

composer require olivers/twig-number-abbreviation-extension

包简介

Number abbreviation extension for twig. This extension helps you to display an easy-to-read format for your numbers.

README 文档

README

This extension is inspired by the work of Our Code World. The Number abbreviation extension provides the following filters:

  • exact_abbr
  • general_abbr

Installation

Using composer :

composer require olivers/twig-number-abbreviation-extension

Showing exact abbreviation of number

Use the exact_abbr filter if you are willing to display exactly the abbreviation of the providen number. This means, displaying the abbreviation with decimals.

{{ "18298548"|exact_abbr }}

This example would output 18.5M, as 18298548 is the providen number.

Showing general abbreviation of number

Use the general_abbr filter if you are willing to display only the important part of the providen number (without exact group of thousand). Instead of generating an abbreviation with "decimals", the snippet will add the main number and a plus symbol.

{{ "18298548"|general_abbr }}

This example would output 18M+, as 18298548 is the providen number.

统计信息

  • 总下载量: 1.85k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 7
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-09-04