PHPackages                             aminkt/yii2-ordering-module - 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. aminkt/yii2-ordering-module

ActiveYii2-extension

aminkt/yii2-ordering-module
===========================

Yii2 ordering module for shopping sites

v1.0.0(9y ago)0181All right reservedPHP

Since Mar 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/aminkt/yii2-ordering-module)[ Packagist](https://packagist.org/packages/aminkt/yii2-ordering-module)[ Docs](https://gitlab.com/aminkt/yii2-ordering-module)[ RSS](/packages/aminkt-yii2-ordering-module/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (1)

How to install this module:

Step1: First add flowing codes into project `composer.json`

```
"repositories": [
    {
        "type": "gitlab",
        "url": "https://gitlab.com/aminkt/yii2-ordering-module"
    }
],

```

Then add flowing line to require part of `composer.json` :

```
"aminkt/yii2-ordering-module": "*",

```

And after that run bellow command in your composer :

```
Composer update aminkt/yii2-ordering-module

```

Step2: Add flowing lines in modules part of your application config:

```
'ordering' => [
    'class' => \aminkt\ordering\Order::className(),
    'orderModelName' => models\Order::className(),
    'orderItemModelName' => models\OrderItem::className(),
    'customerProfileModelName' => models\Customer::className(),
    'productModelName' => models\Product::className(),
],

```

step3: Add flowing lines in components part of your application config:

```
'order' => [
    'class' => aminkt\ordering\components\Order::className(),
    'orderModel'=> models\Order::className(),
    'orderItemModel'=> models\OrderItem::className(),
],

```

Step4: Implement

- `OrderInterface` in your orders model
- `OrderItemInterface` in your orderItems model
- `CustomerProfileInterface` in you customer users model
- `ProductInterface` in your products model

Step5: Enjoy from module.

[Created by Amin Keshavarz](http://telbit.ir)

[ak\_1596@yahoo.com](mailto:ak_1596@yahoo.com)

[Gitlab repo](https://gitlab.com/aminkt/yii2-ordering-module)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3305d ago

Major Versions

v0.0.0 → v1.0.02017-04-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bbb96d5331db7b7c0f1003fdd294ad8865fe7df33cc68bf6cf6fad5550f461e?d=identicon)[aminkt](/maintainers/aminkt)

---

Top Contributors

[![aminkt](https://avatars.githubusercontent.com/u/14914854?v=4)](https://github.com/aminkt "aminkt (33 commits)")

---

Tags

yii2moduleorderordering

### Embed Badge

![Health badge](/badges/aminkt-yii2-ordering-module/health.svg)

```
[![Health](https://phpackages.com/badges/aminkt-yii2-ordering-module/health.svg)](https://phpackages.com/packages/aminkt-yii2-ordering-module)
```

###  Alternatives

[loveorigami/yii2-notification-wrapper

This module for renders a message from session flash (with ajax, pjax support and etc.)

77199.7k5](/packages/loveorigami-yii2-notification-wrapper)[zhuravljov/yii2-rest

Yii2 REST Client

1186.2k](/packages/zhuravljov-yii2-rest)

PHPackages © 2026

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