PHPackages                             pistol88/yii2-auto-catalog - 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. [Admin Panels](/categories/admin)
4. /
5. pistol88/yii2-auto-catalog

ActiveYii2-extension[Admin Panels](/categories/admin)

pistol88/yii2-auto-catalog
==========================

yii2-auto-catalog it's a module for site auto catalog backend

128PHP

Since Jul 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/pistol88/yii2-auto-catalog)[ Packagist](https://packagist.org/packages/pistol88/yii2-auto-catalog)[ RSS](/packages/pistol88-yii2-auto-catalog/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-auto-catalog
=================

[](#yii2-auto-catalog)

Каталог автомобилей (только бекенд).

В состав входит возможность управлять (CRUD):

- Категории
- Марки
- Модели

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

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

Выполнить команду

```
php composer require pistol88/yii2-auto-catalog "*"

```

Или добавить в composer.json

```
"pistol88/yii2-auto-catalog": "*",

```

И выполнить

```
php composer update

```

Далее, мигрируем базу:

```
php yii migrate --migrationPath=vendor/pistol88/yii2-auto-catalog/migrations

```

Настройка
---------

[](#настройка)

В секцию modules конфига добавить:

```
    'modules' => [
        //..
        'autocatalog' => [
            'class' => 'pistol88\autocatalog\Module',
            'adminRoles' => ['administrator'],
        ],
        //..
    ]

```

Использование
-------------

[](#использование)

- ?r=autocatalog/category - категории
- ?r=autocatalog/mark - марки
- ?r=autocatalog/model - модели

Виджеты
-------

[](#виджеты)

Виджеты в разработке.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8104605?v=4)[pistol88](/maintainers/pistol88)[@pistol88](https://github.com/pistol88)

---

Top Contributors

[![pistol88](https://avatars.githubusercontent.com/u/8104605?v=4)](https://github.com/pistol88 "pistol88 (3 commits)")

### Embed Badge

![Health badge](/badges/pistol88-yii2-auto-catalog/health.svg)

```
[![Health](https://phpackages.com/badges/pistol88-yii2-auto-catalog/health.svg)](https://phpackages.com/packages/pistol88-yii2-auto-catalog)
```

PHPackages © 2026

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