yuna / breadcrumbs-twig-extension-bundle
Symfony Breadcrumbs Twig Extension Bundle, which provides easy to use twig functions.
Package info
codeberg.org/yuna/breadcrumbs-twig-extension-bundle.git
Type:symfony-bundle
pkg:composer/yuna/breadcrumbs-twig-extension-bundle
7.4.1
2026-01-15 18:36 UTC
Requires
- php: >=8.3
- symfony/framework-bundle: ^6.4|^7.4
- symfony/twig-bundle: ^6.4|^7.4
- yuna/breadcrumbs-bundle: ^6.4|^7.4
README
Documentation
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