Download the PHP package uegmobile/uuid-twig-extension-bundle without Composer
On this page you can find all versions of the php package uegmobile/uuid-twig-extension-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package uuid-twig-extension-bundle
uuid-twig-extension-bundle
Symfony twig extension bundle to use uuid function (based on ramsey/uuid bundle)
installation
Through composer in your symfony project:
composer require uegmobile/uuid-twig-extension-bundle
In Symfony <= 3, Then, register the bundle in your AppKernel by adding the following line:
new UEGMobile\UUIDTwigExtensionBundle\UUIDTwigExtensionBundle()
In Symfony >= 4, Then, register the bundle in your bundle.php file by adding the following line:
UEGMobile\UUIDTwigExtensionBundle\UUIDTwigExtensionBundle::class => ['all' => true]
twig extensions
uuid function:
- link function to ramsey/uuid
Examples
Print new UUID in a twig template:
{{ uuid() }}
All versions of uuid-twig-extension-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.4||^7||^8
symfony/symfony Version ^2.3||~3||~4||~5
ramsey/uuid Version ^3.7||~4
symfony/symfony Version ^2.3||~3||~4||~5
ramsey/uuid Version ^3.7||~4
The package uegmobile/uuid-twig-extension-bundle contains the following files
Loading the files please wait ....