uegmobile/uuid-twig-extension-bundle

Symfony twig extension bundle to use uuid function (based on ramsey/uuid bundle)

Installs: 472

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/uegmobile/uuid-twig-extension-bundle

v1.0.2 2022-11-16 09:10 UTC

This package is not auto-updated.

Last update: 2025-10-01 23:55:27 UTC


README

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() }}