Download the PHP package bestit/commercetools-product-slug-router-bundle without Composer
On this page you can find all versions of the php package bestit/commercetools-product-slug-router-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bestit/commercetools-product-slug-router-bundle
More information about bestit/commercetools-product-slug-router-bundle
Files in bestit/commercetools-product-slug-router-bundle
Package commercetools-product-slug-router-bundle
Short Description A cmf router matching the slug to a found commercetools slug.
License proprietary
Informations about the package commercetools-product-slug-router-bundle
Router for product slugs in a commercetools project
This router loads a product matching the given request uri to product slugs. It utilizes the cmf routing package heavily and registers the provided product router as a chained cmf router through the service tag "router".
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Configure the Bundle
Further ToDos
- The lib folder could be moved to a separate repo.
All versions of commercetools-product-slug-router-bundle with dependencies
symfony/dependency-injection Version ^3.1
symfony/yaml Version ^3.1
symfony/config Version ^3.1
symfony/http-kernel Version ^3.1
symfony-cmf/routing Version ^2.0
commercetools/php-sdk Version ^1.5 || ^2.0
psr/log Version ^1.0