Download the PHP package snowio/magento2-product-rating-extension without Composer
On this page you can find all versions of the php package snowio/magento2-product-rating-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download snowio/magento2-product-rating-extension
More information about snowio/magento2-product-rating-extension
Files in snowio/magento2-product-rating-extension
Package magento2-product-rating-extension
Short Description A Magento 2 module which exposes a products average ratings and rating count as an extension attribute
License MIT
Informations about the package magento2-product-rating-extension
Magento 2 Product Rating Extension
Description
A Magento 2 module which exposes a products average review rating and rating count. These two fields are exposed as extension attributes that are accessible via Product get API calls. Please refer to the Magento 2 DevDocs section on Getting Started with Magento Web APIs for more information about API access.
Prerequisites
- PHP 7.0 or newer
- Composer (https://getcomposer.org/download/).
magento/module-catalog
module 100, 101 or newer.magento/module-review
module 100 or newer.magento/module-store
module 100 or newer.magento/framework
100 or newer
Installation
Usage
Once installed subsequent product requests will contain new extension_attributes
with the fields average_review_rating
and ratings_count
.
average_review_rating
: The average rating of all reviews of the product.ratings_count
: The number of review ratings.
License
This software is licensed under the MIT License. View the license
All versions of magento2-product-rating-extension with dependencies
magento/module-catalog Version ^100|^101
magento/module-review Version ^100
magento/module-store Version ^100
magento/framework Version ^100