Skip to content

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

Notifications You must be signed in to change notification settings

olivsinz/twig-number-abbreviation-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Number abbreviation Extension

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages