PHPackages                             panix/mod-forsage-studio - 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-forsage-studio

ActivePixelion-module

panix/mod-forsage-studio
========================

Module forsage

2.0.3(2y ago)083MITPHP

Since Aug 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/andrtechno/mod-forsage-studio)[ Packagist](https://packagist.org/packages/panix/mod-forsage-studio)[ Docs](https://github.com/andrtechno/mod-forsage-studio)[ RSS](/packages/panix-mod-forsage-studio/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Module forsage
==============

[](#module-forsage)

Module for PIXELION CMS

[Forsage API documentation](https://forsage.docs.apiary.io/)

[![Latest Stable Version](https://camo.githubusercontent.com/3c1c2998112e47800c0d8974e811384ef8765aeb1a5160d3de795fa9f08fbbe4/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666f72736167652d73747564696f2f762f737461626c65)](https://packagist.org/packages/panix/mod-forsage-studio)[![Latest Unstable Version](https://camo.githubusercontent.com/bf9f5e483f2742a051bb823e13881cab9ea294497ad32fad6e5d3193312d611c/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666f72736167652d73747564696f2f762f756e737461626c65)](https://packagist.org/packages/panix/mod-forsage-studio)[![Total Downloads](https://camo.githubusercontent.com/57f2728283cfbb170c758be94cdd88ae41e3bd6c78478f8a931749ec2bd8481d/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666f72736167652d73747564696f2f646f776e6c6f616473)](https://packagist.org/packages/panix/mod-forsage-studio)[![Monthly Downloads](https://camo.githubusercontent.com/43b90f0004a4b4a008c947cf3fbb69914d021ae6d3995584edbd7db799550130/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666f72736167652d73747564696f2f642f6d6f6e74686c79)](https://packagist.org/packages/panix/mod-forsage-studio)[![Daily Downloads](https://camo.githubusercontent.com/d1002e1e5e4d8e47b136c0504f0c60fd2c4a80d2acdc3d4ea31386109d847293/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666f72736167652d73747564696f2f642f6461696c79)](https://packagist.org/packages/panix/mod-forsage-studio)[![License](https://camo.githubusercontent.com/d60f4a3465610a2001faab97ff4eb253f63325f74a9fa1234f348edb40ff5372/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d666f72736167652d73747564696f2f6c6963656e7365)](https://packagist.org/packages/panix/mod-forsage-studio)

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-forsage-studio "*"

```

or add

```
"panix/mod-forsage-studio": "*"

```

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' => [
    'forsage' => [
        'class' => 'panix\mod\forsage\Module',
    ],
],
'components' => [
    'log' => [
        ..
        'targets'=>[
            [
                'class' => 'panix\engine\log\FileTarget',
                'logFile' => '@runtime/logs/forsage.log',
                'categories' => ['forsage'],
                'logVars' => []
            ]
        ]
    ],
]

```

#### Migrate

[](#migrate)

```
php cmd migrate --migrationPath=vendor/panix/mod-forsage-studio/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

29

—

LowBetter than 60% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~133 days

Recently: every ~167 days

Total

6

Last Release

1052d ago

Major Versions

1.0.1 → 2.0.02022-10-01

### 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 (76 commits)")

---

Tags

pixelion-cmsforsage

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[zhuravljov/yii2-queue-monitor

Yii2 Queue Analytics Module

102203.2k](/packages/zhuravljov-yii2-queue-monitor)[trntv/yii2-command-bus

Yii2 Command Bus extension

57625.1k8](/packages/trntv-yii2-command-bus)[luyadev/luya-module-admin

Administration core module for all LUYA admin modules

48179.0k24](/packages/luyadev-luya-module-admin)

PHPackages © 2026

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