An open API service indexing awesome lists of open source software.

https://github.com/nullrefexcep/yii2-order

Module for orders management
https://github.com/nullrefexcep/yii2-order

Last synced: about 2 months ago
JSON representation

Module for orders management

Awesome Lists containing this project

README

        

# Orders management module for Yii2
(WIP)

[![Latest Stable Version](https://poser.pugx.org/nullref/yii2-order/v/stable)](https://packagist.org/packages/nullref/yii2-order) [![Total Downloads](https://poser.pugx.org/nullref/yii2-order/downloads)](https://packagist.org/packages/nullref/yii2-order) [![Latest Unstable Version](https://poser.pugx.org/nullref/yii2-order/v/unstable)](https://packagist.org/packages/nullref/yii2-order) [![License](https://poser.pugx.org/nullref/yii2-order/license)](https://packagist.org/packages/nullref/yii2-order)

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

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

Either run

```
php composer.phar require --prefer-dist nullref/yii2-order "*"
```

or add

```
"nullref/yii2-order": "*"
```

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

Run command `php yii module/install nullref/yii2-order` to install this module. It will be added to your application config (`@app/config/installed_modules.php`)

Concept
-------