Download the PHP package marioblazek/twig-byte-units-extension without Composer
On this page you can find all versions of the php package marioblazek/twig-byte-units-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marioblazek/twig-byte-units-extension
More information about marioblazek/twig-byte-units-extension
Files in marioblazek/twig-byte-units-extension
Download marioblazek/twig-byte-units-extension
More information about marioblazek/twig-byte-units-extension
Files in marioblazek/twig-byte-units-extension
Vendor marioblazek
Package twig-byte-units-extension
Short Description Twig filters that format output of units of information by using ByteUnits library by Gabriele Lana
License MIT
Homepage https://github.com/marioblazek/twig-byte-units-extension
Package twig-byte-units-extension
Short Description Twig filters that format output of units of information by using ByteUnits library by Gabriele Lana
License MIT
Homepage https://github.com/marioblazek/twig-byte-units-extension
Please rate this library. Is it a good library?
Informations about the package twig-byte-units-extension
Byte Units Twig extension
This package provides simple Twig filters that wrap ByteUnits lib by Gabriele Lana which makes manipulation with informational units very easy.
Installation
To install this extension, use Composer:
composer require marioblazek/twig-byte-units-extension
Using the extension
In PHP:
In a Symfony project, you can register the extension as a service:
Once set up, you can use the following Twig filters:
1322000|byte_units_format_metric('MB')
- Returns value formated in MB as returned byByteUnits\Metric::format
method1322000|byte_units_format_binary('MB')
- Returns value formated in MiB as returned byByteUnits\Binary::format
method1322000|byte_units_bytes_metric
- Returns the number of bytes as string returned byByteUnits\Metric::numberOfBytes
method1322000|byte_units_bytes_binary
- Returns the number of bytes as string returned byByteUnits\Binary::numberOfBytes
method
for more information please check formating section on byte-units repo.
All versions of twig-byte-units-extension with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1|^8.0
gabrielelana/byte-units Version ^0.5
twig/twig Version ^1.35.2 || ^2.4.6 || ^3.0
gabrielelana/byte-units Version ^0.5
twig/twig Version ^1.35.2 || ^2.4.6 || ^3.0
The package marioblazek/twig-byte-units-extension contains the following files
Loading the files please wait ....