PHPackages                             ispomazkin/yii2-opel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ispomazkin/yii2-opel

ActiveYii2-extension

ispomazkin/yii2-opel
====================

Opel EPC Catalog without VIN decoding

1.6(6y ago)234[1 PRs](https://github.com/ispomazkin/yii2-opel/pulls)MITPHP

Since Jun 21Pushed 5y agoCompare

[ Source](https://github.com/ispomazkin/yii2-opel)[ Packagist](https://packagist.org/packages/ispomazkin/yii2-opel)[ RSS](/packages/ispomazkin-yii2-opel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

yii2-opel
=========

[](#yii2-opel)

Установка
---------

[](#установка)

- Установка пакета с помощью Composer

```
composer require ispomazkin/yii2-opel

```

В конфигурации добавить параметры

```
'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}'
        ],
    ],

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity64

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

7

Last Release

2514d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b72f399d22ea67aaebf005b0ed7a0daf58dd19a8a3674e38a465b2c6732e53eb?d=identicon)[Ivan Pomazkin](/maintainers/Ivan%20Pomazkin)

---

Tags

yii2catalogepcopel

### Embed Badge

![Health badge](/badges/ispomazkin-yii2-opel/health.svg)

```
[![Health](https://phpackages.com/badges/ispomazkin-yii2-opel/health.svg)](https://phpackages.com/packages/ispomazkin-yii2-opel)
```

###  Alternatives

[tuyakhov/yii2-notifications

The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface.

6735.5k2](/packages/tuyakhov-yii2-notifications)[zhuravljov/yii2-rest

Yii2 REST Client

1186.2k](/packages/zhuravljov-yii2-rest)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
