Download the PHP package yu-dev/module-ai-chat without Composer

On this page you can find all versions of the php package yu-dev/module-ai-chat. 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-ai-chat

Magento 2 AI Shopping Assistant — Chat, Product Search & Conversation Analytics

Live demo

🔗 Demo: yu.net.ua

A floating chat widget on your Magento 2 storefront: the customer searches for products, compares them, and asks questions in plain language, and the AI answers grounded in real catalog data — it doesn't make up an answer on its own. Every conversation is stored and analyzed, so the merchant sees what customers actually ask, which products they can't find, and what they worry about most.

What customers can do

What merchants get — conversation analytics

How it works

The widget is a lightweight floating chat on the storefront that works on top of any Magento theme (plain HTML/CSS/JS — it doesn't conflict with the theme or add weight to the page). The customer's message goes to the server, and the assistant, when needed, calls into the store catalog through search/comparison/recommendation tools (see Yu_AiSearchEngine) — this keeps the model from "inventing" products or prices that don't exist in the store. Every message — both the customer's question and the assistant's answer — is stored along with tokens, cost, and response time, which feeds the analytics.

The language model is served by a separate module, Yu_AiLlm — you can choose OpenAI, Anthropic Claude, Google Gemini, xAI Grok, Gonka, and others, with automatic failover to a backup provider if one goes down.

Requirements

Installation

The module is installed disabled — the widget won't appear on the storefront until you enable it in the admin panel and configure at least one LLM provider.

Configuration

Stores → Configuration → AI → Chat AI

The LLM provider is configured once, in Stores → Configuration → AI → LLM AI — this section belongs to the Yu_AiLlm module and is shared across all AI modules on the store.

Providers are tried in priority order: if the active provider fails, the request automatically falls through to the next one.

Author

Yuriy Akishin:

License

MIT


All versions of module-ai-chat with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
magento/framework Version *
magento/module-eav Version *
magento/module-configurable-product Version *
yu-dev/module-ai-llm Version *
yu-dev/module-ai-search-engine Version *
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 yu-dev/module-ai-chat contains the following files

Loading the files please wait ...