yuna / breadcrumbs-bundle
Package info
codeberg.org/yuna/breadcrumbs-bundle.git
Type:symfony-bundle
pkg:composer/yuna/breadcrumbs-bundle
7.4.3
2026-01-15 18:22 UTC
Requires
- php: >=8.3
- symfony/expression-language: ^6.4|^7.4
- symfony/framework-bundle: ^6.4|^7.4
- yuna/route-attribute-hook-bundle: ^7.4
Requires (Dev)
None
Suggests
- yuna/breadcrumbs-twig-extension-bundle: ^6.4|^7.4
Provides
None
Conflicts
None
Replaces
None
README
Symfony Breadcrumbs Bundle provides an easy way to manage breadcrumbs within your Symfony project with the help of easy to use attributes.
Documentation
Running tests (PHPUnit)
Library provides a docker container for reproducible test environment.
docker run --rm --volume .:/source --workdir /source --tty yunadev/breadcrumbs-bundle-container:1.0.1 composer run-script phpunit
Running tests creates an coverege_report folder which contains HTML coverage report - to view it simply open it in your browser.
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