spryker/navigation
Navigation module
Maintainers
Requires
- php: >=8.2
- spryker/kernel: ^3.52.0
- spryker/key-builder: ^1.0.0
- spryker/locale: ^3.0.0 || ^4.0.0
- spryker/propel-orm: ^1.1.0
- spryker/storage: ^3.0.0
- spryker/touch: ^3.0.0 || ^4.0.0
- spryker/twig: ^3.0.0
- spryker/url: ^3.1.0
Requires (Dev)
Suggests
- spryker/silex: If you want to use the NavigationTwigServiceProvider.
Provides
None
Conflicts
None
Replaces
None
proprietary a8e06bba15612f83c6e1781f901d7821414e4970
This package is auto-updated.
Last update: 2026-06-24 22:37:31 UTC
README
π Latest Stable Version
π Minimum PHP Version
Navigation module manages multiple navigation menus that can be displayed on the frontend (Yves). Every navigation section can contain its own nested structure of navigation nodes. Navigation nodes have types that help define what kind of link they represent. To control and adjust Navigation node appearance a custom CSS classes can be assigned to them. Navigation module provides database structure and a public API to manage whatβs in the database. It also provides a small toolkit for rendering navigation menus in the frontend.
Installation
composer require spryker/navigation
