Download the PHP package adrianheras/amount-symbol without Composer
On this page you can find all versions of the php package adrianheras/amount-symbol. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adrianheras/amount-symbol
More information about adrianheras/amount-symbol
Files in adrianheras/amount-symbol
Download adrianheras/amount-symbol
More information about adrianheras/amount-symbol
Files in adrianheras/amount-symbol
Vendor adrianheras
Package amount-symbol
Short Description Amount symbol Twig extension where you can easily add symbol to amounts like currencies and percentages
License MIT
Homepage http://github.com/adrianheras/amount-symbol
Package amount-symbol
Short Description Amount symbol Twig extension where you can easily add symbol to amounts like currencies and percentages
License MIT
Homepage http://github.com/adrianheras/amount-symbol
Please rate this library. Is it a good library?
Informations about the package amount-symbol
Amount Symbol Twig extension
This is a Twig extension for Symfony2 Framework where you can easily add symbol to amounts like currencies and percentages.
For example
Outputs 70.95 €
Installation for Symfony2
1) Update your composer.json
or use composer's require command:
composer require adrianheras/amount-symbol:1.*
2) Register an Extension as a Service
Now you must let the Service Container know about your newly created Twig Extension:
YAML:
XML:
# or into your bundle src\Acme\AcmeBundle\Resources\config\services.xml
<service id="adrianheras.twig.amount_symbol" class="AdrianHeras\Twig\Extension\AmountSymbolExtension">
<tag name="twig.extension" />
</service>All versions of amount-symbol with dependencies
PHP Build Version
Package Version
The package adrianheras/amount-symbol contains the following files
Loading the files please wait ...