yuna/breadcrumbs-twig-extension-bundle

Symfony Breadcrumbs Twig Extension Bundle, which provides easy to use twig functions.

Installs: 9

Dependents: 0

Suggesters: 1

Security: 0

Type:symfony-bundle

pkg:composer/yuna/breadcrumbs-twig-extension-bundle

7.4.1 2026-01-15 18:36 UTC

This package is not auto-updated.

Last update: 2026-01-31 00:09:42 UTC


README

Documentation

Learn more

Running types validator (PHPStan)

Library provides a docker container for reproducible PHPStan environment.

docker run --rm --volume .:/source --workdir /source --tty yunadev/breadcrumbs-bundle-container:1.0.1 composer run-script phpstan

Running code style validator (CS-Fixer)

Library provides a docker container for reproducible CS-Fixer environment.

docker run --rm --volume .:/source --workdir /source --tty yunadev/breadcrumbs-bundle-container:1.0.1 composer run-script csfixer