Download the PHP package ispomazkin/yii2-opel without Composer
On this page you can find all versions of the php package ispomazkin/yii2-opel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ispomazkin/yii2-opel
More information about ispomazkin/yii2-opel
Files in ispomazkin/yii2-opel
Download ispomazkin/yii2-opel
More information about ispomazkin/yii2-opel
Files in ispomazkin/yii2-opel
Vendor ispomazkin
Package yii2-opel
Short Description Opel EPC Catalog without VIN decoding
License MIT
Package yii2-opel
Short Description Opel EPC Catalog without VIN decoding
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-opel
yii2-opel
Установка
- Установка пакета с помощью Composer
В конфигурации добавить параметры
'modules' => [
'opel'=>[
'class'=>'\ispomazkin\opel\Module',
'host'=>'http://149.154.64.192',
'image_path'=>'/img/img_opel/img',
'base_url'=>'/katalogi/opel'
'search_pattern'=>'http://site.com/search/?article={article}&brand=opel'
],
],
Строка поиска может быть любая, вместо паттерна {article} будет подставляться артикул
Чтобы задать собственные шаблон генерации title, keywords, description, используются предустановленные шаблоны переменные {model},{group},{subgroup},{parts}
'chevrolet'=>[
'class'=>'\ispomazkin\opel\Module',
'host'=>'http://149.154.64.192',
'image_path'=>'/img/img_opel/img',
'search_pattern'=>'http://site.com/search/?article={article}&brand=opel',
'base_url'=>'/katalogi/opel'
'titlePattern=>[
'years'=>'Запчасти Опель',
'categories'=>'{model}',
'groups'=>'{category}',
'sub-groups'=>'{group}',
'parts'=>'{parts}'
],
'descriptionPattern'=>[
'years'=>'Каталог запчастей Опель',
'categories'=>'Каталог запчастей Опель {model}',
'groups'=>'Каталог запчастей Опель {model} по категории {category}',
'sub-groups'=>'Каталог запчастей Опель {model} {category} Группа {group}',
'parts'=>'Каталог запчастей Опель {model} {category} {group} {parts}'
],
'keywordsPattern'=>[
'years'=>'EPC Opel',
'categories'=>'{model}',
'groups'=>'{model} {group}',
'sub-groups'=>'{subgroup}',
'parts'=>'{parts}'
],
],
All versions of yii2-opel with dependencies
PHP Build Version
Package Version
The package ispomazkin/yii2-opel contains the following files
Loading the files please wait ....