PHPackages                             zakharov-andrew/yii2-sklad - 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. zakharov-andrew/yii2-sklad

ActiveYii2-extension

zakharov-andrew/yii2-sklad
==========================

Yii2 Sklad module for maintaining warehouse accounting. Supports adding various products and materials

0.0.8(2y ago)112MITPHPPHP &gt;=8.0

Since Jan 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ZakharovAndrew/yii2-sklad)[ Packagist](https://packagist.org/packages/zakharov-andrew/yii2-sklad)[ RSS](/packages/zakharov-andrew-yii2-sklad/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

Yii2 SKLAD
==========

[](#yii2-sklad)

[![Latest Stable Version](https://camo.githubusercontent.com/04030636a47ef24162a6987c96b3597777186b92252e00ea3ab9a2c241190691/68747470733a2f2f706f7365722e707567782e6f72672f7a616b6861726f762d616e647265772f796969322d736b6c61642f762f737461626c65)](https://packagist.org/packages/zakharov-andrew/yii2-sklad)[![Total Downloads](https://camo.githubusercontent.com/32a6f825e43c223b435e0f37cb171978b16d140496e2283e2e67cb24b54f39c7/68747470733a2f2f706f7365722e707567782e6f72672f7a616b6861726f762d616e647265772f796969322d736b6c61642f646f776e6c6f616473)](https://packagist.org/packages/zakharov-andrew/yii2-sklad)[![License](https://camo.githubusercontent.com/e69dca35d2767ae0d9fb78e6795897749a3cde808afa4038935d69dd1870c8b6/68747470733a2f2f706f7365722e707567782e6f72672f7a616b6861726f762d616e647265772f796969322d736b6c61642f6c6963656e7365)](https://packagist.org/packages/zakharov-andrew/yii2-sklad)[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](http://www.yiiframework.com/)

CRM Sklad - Yii2 module for maintaining warehouse accounting. Supports adding various products and materials.

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

[](#installation)

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

Either run

```
$ composer require zakharov-andrew/yii2-sklad

```

or add

```
"zakharov-andrew/yii2-sklad": "*"

```

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

Subsequently, run

```
./yii migrate/up --migrationPath=@vendor/zakharov-andrew/yii2-sklad/migrations

```

in order to create the necessary tables in your database.

Or add to console config

```
return [
    // ...
    'controllerMap' => [
        // ...
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => [
                '@console/migrations', // Default migration folder
                '@vendor/zakharov-andrew/yii2-sklad/src/migrations'
            ]
        ]
        // ...
    ]
    // ...
];
```

Usage
-----

[](#usage)

Add this to your main configuration's modules array

```
    'modules' => [
        'sklad' => [
            'class' => 'ZakharovAndrew\sklad\Module',
            'bootstrapVersion' => 5, // if use bootstrap 5
            'productListTitle' => 'My Producs'
        ],
        'imageupload' => [
            'class' => 'ZakharovAndrew\imageupload\Module',
            'uploadDir' => '/path/to/upload/dir/',
        ],
        // ...
    ],

```

**Note**: Change the value of **uploadDir** to the directory for uploading images. Uses the [yii2-image-upload-widget](https://github.com/ZakharovAndrew/yii2-image-upload-widget) module to upload images.

License
-------

[](#license)

**yii2-sklad** it is available under a MIT License. Detailed information can be found in the `LICENSE.md`.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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 ~1 days

Total

8

Last Release

838d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08ab00e707ea2dd0f8703587f1b770398b9662c98da6738d7a5e14c13caa1a8a?d=identicon)[ZakharovAndrew](/maintainers/ZakharovAndrew)

---

Top Contributors

[![ZakharovAndrew](https://avatars.githubusercontent.com/u/37038505?v=4)](https://github.com/ZakharovAndrew "ZakharovAndrew (38 commits)")

---

Tags

yii2extensionmoduleUsersproductyii 2materialwarehouse

### Embed Badge

![Health badge](/badges/zakharov-andrew-yii2-sklad/health.svg)

```
[![Health](https://phpackages.com/badges/zakharov-andrew-yii2-sklad/health.svg)](https://phpackages.com/packages/zakharov-andrew-yii2-sklad)
```

###  Alternatives

[budyaga/yii2-users

Module for manage users and their rights with the support of registration through social services and assigned to each user more than one social service.

409.1k](/packages/budyaga-yii2-users)

PHPackages © 2026

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