Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/baraja-core/shop-product
- Owner: baraja-core
- License: mit
- Created: 2021-05-25T07:14:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T20:12:54.000Z (8 months ago)
- Last Synced: 2024-08-11T16:29:14.783Z (6 months ago)
- Topics: baraja-cms, cms, ecommerce, php, product, shop
- Language: PHP
- Homepage: https://baraja.cz/cms
- Size: 1.26 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
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.