yuna/breadcrumbs-bundle

Installs: 42

Dependents: 1

Suggesters: 0

Security: 0

Type:symfony-bundle

6.4.9 2025-04-11 17:47 UTC

This package is not auto-updated.

Last update: 2025-07-18 21:37:03 UTC


README

Symfony Breadcrumbs Bundle provides an easy way to manage breadcrumbs within your Symfony project with the help of easy to use attributes.

Documentation

Learn more

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