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. [Admin Panels](/categories/admin)
4. /
5. tomaivanovtomov/yii2-order

ActiveYii2-extension[Admin Panels](/categories/admin)

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 yesterday

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 41% 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

2988d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/63783?v=4)[Tom Allen](/maintainers/Toma)[@toma](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[mootensai/yii2-enhanced-gii

Generate Relational (hasMany, hasOne, belongsTo, &amp; nested) Models &amp; CRUD.

203182.4k5](/packages/mootensai-yii2-enhanced-gii)[fancyecommerce/fec_admin

fancy ecommerce

6312.2k1](/packages/fancyecommerce-fec-admin)

PHPackages © 2026

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