PHPackages                             panix/mod-flashka - 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. panix/mod-flashka

ActivePixelion-module

panix/mod-flashka
=================

Module flashka

03PHP

Since Oct 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/andrtechno/mod-flashka)[ Packagist](https://packagist.org/packages/panix/mod-flashka)[ RSS](/packages/panix-mod-flashka/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Module flashka
==============

[](#module-flashka)

Module for PIXELION CMS

[API documentation](http://apidoc.fleshka.od.ua/doc/php/)[API Changes](http://apidoc.fleshka.od.ua/changes/)

[![Latest Stable Version](https://camo.githubusercontent.com/fbb1c56670f9d5c468be49e5e783102b94544bcfb2fac512741c424904799bab/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666c6173686b612f762f737461626c65)](https://packagist.org/packages/panix/mod-flashka)[![Latest Unstable Version](https://camo.githubusercontent.com/7e0de9a0bfd35b54f4adf9adeada700127f1c95e60d5256a37e0c31275d165bb/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666c6173686b612f762f756e737461626c65)](https://packagist.org/packages/panix/mod-flashka)[![Total Downloads](https://camo.githubusercontent.com/05fce34927b74cae122e02be9d06c3f2b2dc240a6cfdad31ac679741727b895d/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666c6173686b612f646f776e6c6f616473)](https://packagist.org/packages/panix/mod-flashka)[![Monthly Downloads](https://camo.githubusercontent.com/cc58b8b4c7945b8fea5bab01f8bebe07d3f3fdd1681fe242481239590237f5e5/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666c6173686b612f642f6d6f6e74686c79)](https://packagist.org/packages/panix/mod-flashka)[![Daily Downloads](https://camo.githubusercontent.com/94ea695af8d10613af302da7dcb89ee9dd6e02cc3d3b49ec5de59ab0bfc6b7f9/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666c6173686b612f642f6461696c79)](https://packagist.org/packages/panix/mod-flashka)[![License](https://camo.githubusercontent.com/9e2d4aa2cceb5277e08758c6f7c476a6535c9051cd96556733535e9f5a6e7006/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666c6173686b612f6c6963656e7365)](https://packagist.org/packages/panix/mod-flashka)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

#### Either run

[](#either-run)

```
php composer require --prefer-dist panix/mod-flashka "*"

```

or add

```
"panix/mod-flashka": "*"

```

to the require section of your `composer.json` file.

#### Add to common config.

[](#add-to-common-config)

```
'bootstrap' => [
    ..
    'queue',
],
'components' => [
    ...
    'queue' => [
        'class' => 'yii\queue\db\Queue',
        'channel' => 'default', // Выбранный для очереди канал
        'mutexTimeout' => 5,
        'ttr' => 2 * 60, // Максимальное время выполнения задания
        'attempts' => 3, // Максимальное кол-во попыток
        'deleteReleased' => true,
        'mutex' => \yii\mutex\MysqlMutex::class, // Мьютекс для синхронизации запросов
        'as log' => \yii\queue\LogBehavior::class,
        // Other driver options
    ],
]

```

#### Add to console config.

[](#add-to-console-config)

```
'controllerMap' => [
    'migrate' => [
        ...
        'migrationNamespaces' => [
            'yii\queue\db\migrations',
        ],
    ]
],

```

#### Add to web config.

[](#add-to-web-config)

```
'modules' => [
    'flashka' => [
        'class' => 'panix\mod\flashka\Module',
    ],
],
'components' => [
    'log' => [
        ..
        'targets'=>[
            [
                'class' => 'panix\engine\log\FileTarget',
                'logFile' => '@runtime/logs/flashka.log',
                'categories' => ['flashka'],
                'logVars' => []
            ]
        ]
    ],
]

```

#### Migrate

[](#migrate)

```
php cmd migrate --migrationPath=vendor/panix/mod-flashka/migrations

```

> [![PIXELION CMS!](https://camo.githubusercontent.com/c223d3f6a0036a92cfeb7f41357f9e9ab65ffc7ee33475a912b1fc2c65bbc812/68747470733a2f2f706978656c696f6e2e636f6d2e75612f75706c6f6164732f6c6f676f2e737667 "PIXELION CMS")](https://pixelion.com.ua)
> *Content Management System "PIXELION CMS"*
> [www.pixelion.com.ua](https://pixelion.com.ua)

> The module is under development, any moment can change everything.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

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/f081670109ead0bd6a80aa3af5e9ef9fdcacecdaa3d5a9c1281eed523d09e455?d=identicon)[andrtechno](/maintainers/andrtechno)

---

Top Contributors

[![andrtechno](https://avatars.githubusercontent.com/u/6948026?v=4)](https://github.com/andrtechno "andrtechno (7 commits)")

### Embed Badge

![Health badge](/badges/panix-mod-flashka/health.svg)

```
[![Health](https://phpackages.com/badges/panix-mod-flashka/health.svg)](https://phpackages.com/packages/panix-mod-flashka)
```

PHPackages © 2026

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