Download the PHP package reviewscouk/reviews without Composer

On this page you can find all versions of the php package reviewscouk/reviews. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package reviews

Reviews.co.uk for Magento

You'll need to sign up at Reviews.co.uk or Reviews.io to use this plugin.

Compatibility

Magento Version Php Version REVIEWS.io Plugin Version
>= 2.4.6 8.1, 8.2 reviewscouk/reviews:0.0.66
>= 2.4.4 8.1 reviewscouk/reviews:0.0.66
<= 2.4.3 <= 7.4 reviewscouk/reviews:0.0.66

Installation

  1. Via command line, cd to Magento2 root folder

  2. As this plugin is hosted on packagist.org, you simply use the following to instruct composer to fetch and install the module:

  3. When this is complete, cd to /bin and run the following:

Basic Configuration

This extension requires a Store ID and an API key, obtained from your account area on Reviews.co.uk or Reviews.io. To find these details;

  1. Log into your account, and navigate to Integrations
  2. Then, select Magento
  3. Here, you'll find your Store ID and API Key required by the module.

To configure the module, log into your Magento Administration panel (ensuring the module is correctly installed) and then;

  1. Navigate to Stores -> Configuration -> Reviews.co.uk -> Setup
  2. Select your Region. Reviews.co.uk customers will be UK, and Reviews.io customers will be US
  3. Enter your Store ID and API KEY

Store Specific Integration

The Reviews Magento extension offers a number of features - which ones you use will depend on what you're looking to achieve. Below is in a brief outline of them all, and instruction on how to configure them.

Review Collection Emails

Magento can automate the review collection process by sending customer/order data to the Reviews platform as soon as an order is completed. You can control the automated collection of Merchant and Product reviews independently by;

  1. Navigate to Stores -> Configuration -> Reviews.co.uk -> Automation -> Review Collection
  2. To enable collection of Merchant Reviews set Queue Merchant Review Emails to Yes
  3. To enable collection of Product Reviews set Queue Products Review Emails to Yes

Product Feed

The product feed allows you to sync your product catalog with the Reviews platform. This feed will be available at www.your-domain.com/reviews/index/feed. To enable this;

  1. Navigate to Stores -> Configuration -> Reviews.co.uk -> Automation -> Product Feed
  2. Under Product Feed, set Product Feed to Yes.
  3. When you save these settings, the URL of your feed will automatically be added to your Reviews account.

Product Reviews Widget

Automatically pull through product specific reviews directly onto your product pages. To enable this;

  1. Navigate to Stores -> Configuration -> Reviews.co.uk -> On Page Content -> Product Reviews Widget
  2. Set Display Reviews Widget on Product Pages to Yes
  3. You can set the colour used in the widget by entering a HEX colour code into the Widget Hex Colour field. This code must be a valid 6 digit HEX value, with or without the leading # character.
  4. This extension offers 2 types of widget, set via changing the value in the Product Widget Version drop down. Javascript Widget is the classic method of displaying reviews and will place an iFrame on the page with the reviews inside. The newer method, Static Content Widget, will display the reviews directly on the product page, rather than inside an iFrame. This is the preferred method as it allows search engines like Google to crawl and cache the content of the reviews.

Rich Snippets

The Reviews.co.uk Magento modules allows you to automatically include structured Rich Snippet data on your pages. This data is used by search engines to better understand the content of your pages. Search engines also often use this data to improve the content of results on a Search Engine Result Page (SERP). You can find out more information here

To enable Rich Snippets;

  1. Navigate to Stores -> Configuration -> Reviews.co.uk -> On Page Content -> Rich Snippets
  2. To enable Rich Snippets containing Merchant review data, set Enable Merchant Rich Snippets to Yes
  3. To enable Rich Snippets containing Product review data, set Enable Product Rich Snippets to Yes

All versions of reviews with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package reviewscouk/reviews contains the following files

Loading the files please wait ....