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: about 1 year 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T20:12:54.000Z (about 2 years ago)
- Last Synced: 2025-03-24T13:05:06.574Z (over 1 year ago)
- Topics: baraja-cms, cms, ecommerce, php, product, shop
- Language: PHP
- Homepage: https://baraja.cz/cms
- Size: 1.26 MB
- Stars: 4
- Watchers: 1
- 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:

Custom user fields:

Details of specific product settings:

Manage parameters and variants:

📄 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.