Download the PHP package amadeco/module-popular-search-terms without Composer

On this page you can find all versions of the php package amadeco/module-popular-search-terms. 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-popular-search-terms

Magento 2 Search Terms Module

Latest Stable Version License Magento PHP

SPONSOR: Amadeco

A Magento 2 module that enhances the search experience by displaying popular search terms and personal search history. Optimizes product discovery and conversion rates by suggesting relevant terms based on both collective and individual user behaviors, all configurable from the admin and with no performance impact thanks to intelligent caching and hybrid loading.

Features

This professional module for Magento 2 enhances the search experience by combining two powerful features:

Screenshots

screenshot

Requirements

Installation

Via Composer (Recommended)

Manual Installation

  1. Download the code and extract to app/code/Amadeco/PopularSearchTerms/
  2. Run the following commands:

Configuration

  1. Go to Stores > Configuration > Catalog > Popular Search Terms
  2. Configure the options:
    • Enable Module: Activate or deactivate the widget.
    • Data Loading Method:
    • Direct: Injects terms directly into HTML (better for SEO/LCP).
    • AJAX: Fetches terms asynchronously (better for Varnish/FPC).

Customization

XML Layout

The module is now deeply integrated with Magento's jsLayout system. You can override any configuration parameter directly in your layout XML:

Configuration Parameters

These parameters are available within the config node of the search-terms component:

Styling

The module includes LESS styles that can be overridden in your theme. The main styles are defined in: view/frontend/web/css/source/_module.less.

How it Works

  1. Popular Terms: Uses Magento's built-in search query collection. Depending on the loading method, terms are either rendered server-side with block caching or fetched via a secure AJAX controller.
  2. Recent Searches: Utilizes browser LocalStorage with a specific namespace (amadeco:) to persist and retrieve user history instantly.
  3. Performance: Implements Block Caching with automatic cache key generation based on store ID, loading method, and sort parameters to ensure high performance.

License

This module is licensed under the Open Software License ("OSL") v3.0. See the LICENSE.txt file for details.

Support

If you encounter any issues or have questions, please open an issue on GitHub.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.


All versions of module-popular-search-terms with dependencies

PHP Build Version
Package Version
Requires magento/framework Version >=103.0.5
magento/module-store Version >=101.1.5
magento/module-search Version >=101.1.5
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 amadeco/module-popular-search-terms contains the following files

Loading the files please wait ...