spryker-shop / shop-router
ShopRouter module
1.1.0
2023-01-24 16:01 UTC
Requires
- php: >=8.0
- spryker-shop/shop-router-extension: ^1.0.0
- spryker/application: ^3.8.0
- spryker/container: ^1.1.0
- spryker/kernel: ^3.52.0
- spryker/log: ^3.4.0
- spryker/symfony: ^3.1.0
- spryker/url-storage: ^1.0.0
- spryker/util-text: ^1.2.0
Requires (Dev)
Suggests
- spryker/silex: Add this when you still want to use the abandoned Silex.
This package is auto-updated.
Last update: 2026-06-13 02:17:57 UTC
README
ShopRouter
Implements basic router plugins to use for YvesBootstrap::registerRouters().
SprykerShop\Yves\ShopRouter\Plugin\Router\SilexRouter
- Matches routes with registered ControllerProviders.
SprykerShop\Yves\ShopRouter\Plugin\Router\StorageRouter
- Matches the path with the key-value storage.
Installation
composer require spryker-shop/shop-router