Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baraja-core/shop-product

Advanced product manager with administration interface in PHP. Compatible with Baraja CMS.
https://github.com/baraja-core/shop-product

baraja-cms cms ecommerce php product shop

Last synced: 3 months ago
JSON representation

Advanced product manager with administration interface in PHP. Compatible with Baraja CMS.

Awesome Lists containing this project

README

        




BRJ logo



BRJ organisation


Baraja e-shop product
=====================

Advanced product manager with administration interface in PHP. Compatible with Baraja CMS.

📦 Installation
---------------

It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/shop-product) and
[GitHub](https://github.com/baraja-core/shop-product).

To install, simply use the command:

```shell
$ composer require baraja-core/shop-product
```

You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.

How to use
----------

Install the package in your PHP application and register the services. If you are using Baraja CMS, the installation will be fully automatic.

The tool natively supports product creation, search, management and advanced editing.

Product Overview:

![Product default list](doc/default.png)

Custom user fields:

![Product custom field manager](doc/field-manager.png)

Details of specific product settings:

![Product detail and overview](doc/overview.png)

Manage parameters and variants:

![Parameters and variants](doc/parameters.png)

📄 License
-----------

`baraja-core/shop-product` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/template/blob/master/LICENSE) file for more details.