Download the PHP package trustpilot/module-reviews without Composer

On this page you can find all versions of the php package trustpilot/module-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 module-reviews

The official Trustpilot extension for Magento 2

Trustpilot is an open review platform that helps consumers make better choices while helping companies showcase and improve their customer service.

To install the Trustpilot plugin on your website, please follow the steps provided in this package.

How to install the Trustpilot extension

  1. Log in to your Magento server using SSH (Secure Shell) and run the commands that follow.
  2. Create a system and database backup by navigating to the root directory of your Magento installation and execute this command:
    php bin/magento setup:backup --code --db --media
    (Please note that your website will be inaccessible during the backup process.)
  3. Enable maintenance mode.
    php bin/magento maintenance:enable
  4. Download and install the Trustpilot plugin using Composer.
    composer require “trustpilot/module-reviews”
  5. If this is the first time you install a plugin using Composer, Magento will ask you to provide your Magento Marketplace account credentials. To find your account information go to https://marketplace.magento.com > My profile > Access Keys > Create A New Access Key. Note: Your public key is your username, while your private key is your password.
  6. Enable the Trustpilot plugin.
    php bin/magento module:enable Trustpilot_Reviews --clear-static-content
  7. Update the database schema. (Please proceed cautiously: This command is global and will enable all Magento plugins that you’ ve installed.)
    php bin/magento setup:upgrade
  8. Compile (This command is only required in production mode.)
    php bin/magento setup:di:compile
  9. Deploy static content (This command is only required in production mode.)
    php bin/magento setup:static-content:deploy
  10. Disable maintenance mode.
    php bin/magento maintenance:disable

All versions of module-reviews with dependencies

PHP Build Version
Package Version
Requires magento/framework Version >=100.0.20
magento/module-sales Version >=100.0.16
magento/module-store Version >=100.0.9
magento/module-checkout Version >=100.0.16
magento/module-configurable-product Version >=100.0.12
magento/module-catalog Version >=100.0.17
magento/module-eav Version >=100.0.12
magento/module-admin-notification Version >=100.0.7
magento/module-backend Version >=100.0.12
psr/log Version >=1.0.0
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 trustpilot/module-reviews contains the following files

Loading the files please wait ....