Download the PHP package sentimo/review-analysis without Composer

On this page you can find all versions of the php package sentimo/review-analysis. 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 review-analysis

Sentimo Review Analysis Module for Magento 2

The Sentimo Review Analysis module integrates your Magento 2 store with Sentimo, an advanced platform providing sentiment analysis of customer reviews. By leveraging Sentimo's AI-driven insights, this module automates the process of analyzing review sentiments and updating review statuses based on sentiment scores, directly within your Magento backend.

Installation

To install the Sentimo Review Analysis module in your Magento 2 store, execute the following commands from the root directory of your Magento installation:

Generating a Sentimo API Key

Before you can configure the Sentimo Review Analysis module, you need an API key from Sentimo. Here's how you can generate one:

  1. Log in to your Sentimo account at Sentimo.
  2. Navigate to the Api Keys section located in the side navigation menu under COMPANY & USER MANAGEMENT.
  3. Click on the Create Api Key button at the top right of the API Keys page.
  4. Fill in the necessary details for your API key. Assign a descriptive name that helps you identify its usage, such as "Magento Store Integration".
  5. Once the form is completed, click Save or Create to generate your new API key.
  6. Your new API key will appear in the list, labeled with the name you've assigned. Click the ... (more actions) button to view and copy your API key.
  7. Important: Store this API key securely. It is your private key for all API requests from your Magento store to Sentimo.

Ensure to copy your API key and keep it secure, as you will need to enter this key in the Magento Admin Panel during the configuration of the Sentimo Review Analysis module.

Configuration

After installing the module, you can configure it from the Magento Admin Panel by navigating to:

Stores > Configuration > Sentimo > Review Analysis

Sync Settings

Configure the synchronization settings between your Magento store and the Sentimo API.

Date Range for Review Sync

Set the date range for which reviews will be considered for synchronization with Sentimo.

Usage

After configuring the module, it will automatically sync and analyze new customer reviews based on the specified frequencies. Ensure that your cron jobs are correctly configured in Magento to trigger the module's scheduled tasks.

Support and Contact

For support, feature requests, or any questions about the Sentimo Review Analysis Module, please reach out to us:

We're here to help make your experience with our module as smooth and beneficial as possible. Feedback and suggestions are always welcome!


All versions of review-analysis with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
sentimo/php-client Version ^1.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 sentimo/review-analysis contains the following files

Loading the files please wait ....