Download the PHP package koply/magento2-search without Composer

On this page you can find all versions of the php package koply/magento2-search. 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 magento2-search

Koply Search — Magento 2 Module

Latest Version on Packagist PHP Version EU Hosted

AI-powered site search widget for Magento 2, powered by Koply.


Why Koply


Requirements


Installation

Via Composer (recommended)

Manual installation

  1. Download the module ZIP
  2. Extract to app/code/Koply/Search/
  3. Run:

Configuration

  1. Go to Stores > Configuration > Koply > Search Widget
  2. Set Enable to Yes
  3. Enter your API Key — found in your Koply panel under Sites > Embed
  4. Save and flush cache

Your API key is site-specific. If you manage multiple Magento stores, create one site per store in the Koply panel and use each site's API key independently.


How it works

The module injects the Koply widget script before </body> on all frontend pages. It also registers a koply.cart.add event listener that handles add-to-cart requests using Magento 2's native /checkout/cart/add/ endpoint.

All search customization — colors, placeholder text, locale, boosting rules, synonyms — is configured from your Koply panel. No Magento deployments needed for search changes.


Events

koply.cart.add

Fired by the Koply widget when a user clicks "Add to cart".

koply.cart.added

Fired after a successful add-to-cart request.


Pricing

Plans start at €0 (Free) with unlimited searches on all paid plans. See full pricing at koply.eu/pricing.

Plan Price Products Sites AI features
Free €0/mo 100 1 Synonym suggestions, zero-results recovery
Starter €49/mo 5,000 1 Synonym suggestions, zero-results recovery
Growth €139/mo 10,000 3 All AI features incl. product enrichment
Professional €219/mo 50,000 10 All AI features incl. image search

All paid plans include a 14-day free trial. No credit card required.


Support


All versions of magento2-search with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
magento/framework Version >=102.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 koply/magento2-search contains the following files

Loading the files please wait ...