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

ActiveYii2-extension

skeeks/cms-shop
===============

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

3.2.4.6(2mo ago)145.5k5[2 issues](https://github.com/skeeks-cms/cms-shop/issues)20BSD-3-ClausePHP

Since Feb 27Pushed 2mo ago7 watchersCompare

[ Source](https://github.com/skeeks-cms/cms-shop)[ Packagist](https://packagist.org/packages/skeeks/cms-shop)[ Docs](http://www.skeeks.com/)[ RSS](/packages/skeeks-cms-shop/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (569)Used By (20)

Shop on SkeekS CMS
==================

[](#shop-on-skeeks-cms)

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

[](#installation)

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

Either run

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

```

or add

```
"skeeks/cms-shop": "*"

```

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

[](#configuration-app)

```
'components' =>
[
    'admin' => [
        'dashboards'         => [
            'Shop' =>
            [
                'skeeks\cms\shop\dashboards\ReportOrderDashboard'
            ]
        ],
    ],

    'shop' => [
        'class'         => 'skeeks\cms\shop\components\ShopComponent',
    ],

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

    'urlManager' => [
        'rules' => [
            '~shop-cart'                             => 'shop/cart',
            '~shop-'          => 'shop/cart/',
            '~shop-'                    => 'shop/order/',
            '~shop-order/'                       => 'shop/order/',
        ]
    ],
],

'modules' =>
[
    'shop' => [
        'class'         => 'skeeks\cms\shop\Module',
    ]
]
```

Pay systems
-----------

[](#pay-systems)

- paypal
- robokassa
- Yandex kassa
- Tinkoff

Links
-----

[](#links)

- [Web site](https://cms.skeeks.com)
- [Author](https://skeeks.com)
- [ChangeLog](https://github.com/skeeks-cms/cms-shop/blob/master/CHANGELOG.md)

---

> [![skeeks!](https://camo.githubusercontent.com/e80b006782c0ce0ce23f8e2e2530130e856f2f49c6a5a8e0e15eaf0c87d25d7b/68747470733a2f2f736b65656b732e636f6d2f696d672f6c6f676f2f6c6f676f2d6e6f2d7469746c652d383070782e706e67)](https://skeeks.com)
> *SkeekS CMS (Yii2) — quickly, easily and effectively!*
> [skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)

###  Health Score

59

—

FairBetter than 99% of packages

Maintenance85

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 99.8% 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 ~6 days

Recently: every ~19 days

Total

564

Last Release

60d ago

Major Versions

1.0.0-alpha28 → 2.0.0-alpha2017-06-18

2.5.9.27 → 3.0.02023-06-05

### 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 (1226 commits)")[![SimonovaNelya](https://avatars.githubusercontent.com/u/15609930?v=4)](https://github.com/SimonovaNelya "SimonovaNelya (2 commits)")

---

Tags

shopshoppingskeeks-cmscmsyii2moduleshopappSxskeeks

### Embed Badge

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

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

###  Alternatives

[skeeks/cms

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

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

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