PHPackages                             v3project/skeeks - 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. v3project/skeeks

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

v3project/skeeks
================

Module for skeeks cms

3.0.4(7y ago)0741[1 issues](https://github.com/v3project/skeeks/issues)[1 PRs](https://github.com/v3project/skeeks/pulls)1GPL-3.0+PHP

Since Jul 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/v3project/skeeks)[ Packagist](https://packagist.org/packages/v3project/skeeks)[ Docs](http://www.skeeks.com/)[ RSS](/packages/v3project-skeeks/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (6)Versions (50)Used By (1)

Module for SkeekS CMS
=====================

[](#module-for-skeeks-cms)

[![Latest Stable Version](https://camo.githubusercontent.com/b4708513fee2a7d547c5af3b8c189e4b8c4981c4567d442ec7ba3f286e67c9ed/68747470733a2f2f706f7365722e707567782e6f72672f7633746f79732f736b65656b732f762f737461626c652e706e67)](https://packagist.org/packages/v3toys/skeeks)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist v3toys/skeeks "*"

```

or add

```
"v3toys/skeeks": "*"

```

Configuration app
-----------------

[](#configuration-app)

```
'components' =>
[
    'dbV3project' => [
        'class' => 'yii\db\Connection',
        'dsn' => 'pgsql:host=db.v3project.ru;port=5432;dbname=v3toys_ru',
        'username' => 'username',
        'password' => 'password',
        'charset' => 'utf8',
    ],

    'v3toysApi' =>
    [
        'class' => 'v3toys\yii2\api\Api'
    ],

    'v3toysSettings' =>
    [
        'class' => 'v3toys\skeeks\components\V3toysSettings'
    ],

    'i18n' =>
    [
        'translations' =>
        [
            'v3toys/skeeks' =>
            [
                'class'             => 'yii\i18n\PhpMessageSource',
                'basePath'          => '@v3toys/skeeks/messages',
                'fileMap' => [
                    'v3toys/skeeks' => 'main.php',
                ],
            ]
        ]
    ],
],

'modules' =>
[
    'v3toys' =>
    [
        'class'                 => 'v3toys\skeeks\V3toysModule',
    ]
]
```

---

> [![skeeks!](https://camo.githubusercontent.com/cae82dcf01ec5dead3fe52f7d6dc919d52b7b060cdaccddb39a7a4c3383a282f/68747470733a2f2f67726176617461722e636f6d2f75736572696d6167652f37343433313133322f31336430346438333231383539333536343432323737306236313665353632322e6a7067)](http://skeeks.com)
> *SkeekS CMS (Yii2) — quickly, easily and effectively!*
> [skeeks.com](http://skeeks.com) | [en.cms.skeeks.com](http://en.cms.skeeks.com) | [cms.skeeks.com](http://cms.skeeks.com) | [marketplace.cms.skeeks.com](http://marketplace.cms.skeeks.com)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 99.4% 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 ~20 days

Recently: every ~5 days

Total

48

Last Release

2604d ago

Major Versions

1.0.13 → v2.x-dev2017-03-22

2.1.9 → 3.0.02019-03-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/785306737dd13e3ea6826dfc04ab29ececa88f560d054ff595d64853cb878219?d=identicon)[skeeks-semenov](/maintainers/skeeks-semenov)

---

Top Contributors

[![skeeks-semenov](https://avatars.githubusercontent.com/u/9209305?v=4)](https://github.com/skeeks-semenov "skeeks-semenov (173 commits)")[![helloworld11](https://avatars.githubusercontent.com/u/33709148?v=4)](https://github.com/helloworld11 "helloworld11 (1 commits)")

---

Tags

cmsyii2moduleappSxskeeks

### Embed Badge

![Health badge](/badges/v3project-skeeks/health.svg)

```
[![Health](https://phpackages.com/badges/v3project-skeeks/health.svg)](https://phpackages.com/packages/v3project-skeeks)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[skeeks/cms-shop

Интернет магазин для SkeekS CMS

145.5k20](/packages/skeeks-cms-shop)

PHPackages © 2026

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