https://github.com/nullrefexcep/yii2-product
https://github.com/nullrefexcep/yii2-product
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nullrefexcep/yii2-product
- Owner: NullRefExcep
- Created: 2015-06-30T07:13:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T09:13:30.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T23:30:49.621Z (3 months ago)
- Language: PHP
- Size: 48.8 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Product
===============
[](https://packagist.org/packages/nullref/yii2-product) [](https://packagist.org/packages/nullref/yii2-product) [](https://packagist.org/packages/nullref/yii2-product) [](https://packagist.org/packages/nullref/yii2-product)Module for products management
!!! This project is under development and not ready for production !!!
-----------------------------
**The main idea of this package is providing a flexible way to configure product entities at the website.****For those purposes, now we have another solution that calls [EAV](https://github.com/NullRefExcep/yii2-eav).**
**At this moment we recommend you to check it instead of this package.**
Main features
-------------- configure different types of products (e.g. configurable, grouped, simple)
- defining properties and options for products entities
- ability to extend base features to add new types of products and propertiesInstallation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist nullref/yii2-product "*"
```or add
```
"nullref/yii2-product": "*"
```to the require section of your `composer.json` file.
Then You have run console command for install this module:
```
php yii module/install product
```and module will be added to your application config (`@app/config/installed_modules.php`)
Using with yii2-admin module
----------------------------You can use this module with [Yii2 Admin](https://github.com/NullRefExcep/yii2-admin) module.