PHPackages                             tomaivanovtomov/yii2-order - 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. tomaivanovtomov/yii2-order

ActiveYii2-extension

tomaivanovtomov/yii2-order
==========================

1.0.4(8y ago)01MITPHP

Since Apr 25Pushed 8y agoCompare

[ Source](https://github.com/TomaIvanovTomov/yii2-order)[ Packagist](https://packagist.org/packages/tomaivanovtomov/yii2-order)[ RSS](/packages/tomaivanovtomov-yii2-order/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (6)Used By (0)

STILL IN DEVELOPMENT!!!!
========================

[](#still-in-development)

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

[](#installation)

```
composer require tomaivanovtomov/yii2-order "1.0.6"
```

Configuration
-------------

[](#configuration)

Add the Module class to `config.php`: ```
'modules' => [
    ....
    'orders' => [
        'class' => 'tomaivanovtomov\order\Module',
    ],
    ....
],
```

Add migrations
--------------

[](#add-migrations)

Migrate tables ```
php yii migrate/up --migrationPath=@vendor/tomaivanovtomov/yii2-order/migrations
```

Register assets
---------------

[](#register-assets)

Register order assets on top of your `layout\\main.php` ```
\tomaivanovtomov\order\OrderAssets::register($this);
```

Image path is set to `www.example.com/frontend/web` .

Usage
-----

[](#usage)

CRUDs and index action:

```
orders/order/index
orders/currency/index
orders/payment-type/index
orders/status/index
```

Multilingual part
-----------------

[](#multilingual-part)

Copy these line in `params.php`: ```
'language-information' => [
    'BG' => [
        'title' => 'Български',
        'extension' => 'bg',
    ],
    'EN' => [
        'title' => 'English',
        'extension' => 'en',
    ],
],
'languageDefault' => 'bg'
```

This portion of code is linked with the multilingual model functionality. You can override the model and adapt it to your needs.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

5

Last Release

2939d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7891bc42a6021c38ea5ffc9fc6d038709b0bde7b53c532baf44b66f98f5e362?d=identicon)[Toma](/maintainers/Toma)

---

Top Contributors

[![TomaIvanovTomov](https://avatars.githubusercontent.com/u/25176854?v=4)](https://github.com/TomaIvanovTomov "TomaIvanovTomov (1 commits)")

### Embed Badge

![Health badge](/badges/tomaivanovtomov-yii2-order/health.svg)

```
[![Health](https://phpackages.com/badges/tomaivanovtomov-yii2-order/health.svg)](https://phpackages.com/packages/tomaivanovtomov-yii2-order)
```

###  Alternatives

[yii2-starter-kit/yii2-starter-kit

Yii2 Starter Kit Application Template

1.4k6.6k](/packages/yii2-starter-kit-yii2-starter-kit)[cinghie/yii2-traits

Yii2 Traits

116.9k8](/packages/cinghie-yii2-traits)

PHPackages © 2026

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