PHPackages                             masterflash-ru/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. masterflash-ru/catalog

ActiveService[Utility &amp; Helpers](/categories/utility)

masterflash-ru/catalog
======================

Универсальный каталог товара

131PHP

Since May 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/masterflash-ru/Catalog)[ Packagist](https://packagist.org/packages/masterflash-ru/catalog)[ RSS](/packages/masterflash-ru-catalog/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Каталог товара
==============

[](#каталог-товара)

Законченый модуль для построения каталога товара или магазина. Пока не ПОДДЕРЖИВАЕТСЯ торговые предложения (хар-ки товара).

Готова админка пока.

Имеется встроеный обработчик загрузки из 1С, обрабатывает результаты загрузки из модуля masterflash-ru/commerceml

Установка composer require masterflash-ru/catalog

Есть особенность загрузки из 1С, список брендов загружается в общие параметры товара, т.е. нужно создать параметр товара с системным именем BREND. Если его нет, то бренды никуда не загружаются.

Подробности работы и конфигурация будет позже, после обкатки на реальном сайте

Для работы с базой в конфиге приложения должно быть объявлено DefaultSystemDb:

```
......
    "databases"=>[
        //соединение с базой + имя драйвера
        'DefaultSystemDb' => [
            'driver'=>'MysqlPdo',
            //"unix_socket"=>"/tmp/mysql.sock",
            "host"=>"localhost",
            'login'=>"root",
            "password"=>"**********",
            "database"=>"simba4",
            "locale"=>"ru_RU",
            "character"=>"utf8"
        ],
    ],
.....
```

для работы с кешем аналогично:

```
.....
    'caches' => [
        'DefaultSystemCache' => [
            'adapter' => [
                'name'    => Filesystem::class,
                'options' => [
                    // Store cached data in this directory.
                    'cache_dir' => './data/cache',
                    // Store cached data for 3 hour.
                    'ttl' => 60*60*2
                ],
            ],
            'plugins' => [
                [
                    'name' => Serializer::class,
                    'options' => [
                    ],
                ],
            ],
        ],
    ],
.....
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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://www.gravatar.com/avatar/7bc33a135cba93de194077b649f60f0bb234607e9619d5a4cea8addfb3f69b07?d=identicon)[masterflash-ru](/maintainers/masterflash-ru)

---

Top Contributors

[![sxqsxq](https://avatars.githubusercontent.com/u/13969496?v=4)](https://github.com/sxqsxq "sxqsxq (58 commits)")

### Embed Badge

![Health badge](/badges/masterflash-ru-catalog/health.svg)

```
[![Health](https://phpackages.com/badges/masterflash-ru-catalog/health.svg)](https://phpackages.com/packages/masterflash-ru-catalog)
```

###  Alternatives

[spatie/calendar-links

Generate add to calendar links for Google, iCal and other calendar systems

1.0k7.0M8](/packages/spatie-calendar-links)[mexitek/phpcolors

A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.

5003.6M18](/packages/mexitek-phpcolors)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75380.8k6](/packages/monsieurbiz-sylius-rich-editor-plugin)[naucon/breadcrumbs

The breadcrumb package helps to integrate a common breadcrumb navigation into a web application. The package includes two components: A breadcrumbs class to add breadcrumb elements and a breadcrumbs helper to render html markup in php or smarty templates.

1225.4k](/packages/naucon-breadcrumbs)

PHPackages © 2026

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