Download the PHP package trustmate/magento-extension without Composer

On this page you can find all versions of the php package trustmate/magento-extension. 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 magento-extension

Plugin installation

1. Install or update using composer

composer require trustmate/magento-extension

composer update trustmate/magento-extension

2. From command line run

3. Configure plugin in Magento admin panel in TrustMate → Settings

4. After configuration clear the cache

In System → Tools → Cache management → Flush Magento Cache or from command line:

Important notice about displaying reviews using this module

Version 3.0.x is a last version that will allow presentqing TrustMate reviews using this module. This feature will be removed in version 3.1.x. Using TrustMate widget or creating custom integration using our APIs is recommended.

Upgrading

To version 3.0.0 from version 1.2.0+ if you render reviews using module

BEFORE UPDATE:

Due to changed review storage structure, reviews from TrustMate need to be re-downloaded. Remove everything from trustmate_product_opinions table along with references:

If you're using older version, please remove all TrustMate reviews using review title for example.

AFTER UPDATE:

No action is required, reviews will download periodically (1000 in single job run). If you want to speed up this process - temporarly change cron job in module to be run more often, avoiding overlapping or download reviews manually using:

To version 2.1.0

To version 1.2.0

Change log

3.0.7 (2023-11-10)
3.0.6 (2023-08-29)
3.0.5 (2023-08-08)
3.0.4 (2023-07-27)
3.0.3 (2023-07-26)
3.0.2 (2023-07-24)
3.0.1 (2023-06-21)
3.0.0 (2023-04-27)
2.1.6 (2023-02-15)
2.1.1 (2022-11-15)
2.1.0 (2022-11-08)
2.0.0 (2022-07-25)
1.2.0 (2022-04-20)
1.1.0 (2020-09-29)
1.0.5 (2020-09-02)
1.0.4 (2020-08-05)

All versions of magento-extension with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.0
magento/framework Version >= 100.0.6
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 trustmate/magento-extension contains the following files

Loading the files please wait ....