Download the PHP package dz0nika/angie-chat-craft without Composer

On this page you can find all versions of the php package dz0nika/angie-chat-craft. 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 angie-chat-craft

Angie Chat - Craft CMS Plugin

AI-powered customer service chat widget for Craft CMS 5. This plugin connects your Craft content to the Angie Chat SaaS platform, enabling intelligent product Q&A and customer support.

Requirements

Installation

Via Composer (Recommended)

From the Plugin Store

Search for "Angie Chat" in the Craft Plugin Store and click Install.

Configuration

  1. Get Your License Key

    • Log in to your Angie Chat Dashboard
    • Navigate to Websites → Select your website → Settings
    • Copy your Craft License Key
  2. Configure the Plugin

    • In Craft, go to SettingsPluginsAngie Chat
    • Paste your license key
    • Select which sections should be synced to the AI
  3. Initial Sync
    • Click Force Sync All Data to send existing content to the AI
    • Future saves will sync automatically

How It Works

Content Sync

When you save an entry in an enabled section, the plugin:

  1. Extracts text content from all fields (including Matrix blocks)
  2. Strips HTML and flattens nested content
  3. Extracts the primary image URL
  4. Queues a background job to send data to Angie Chat

The sync happens asynchronously via Craft's queue, so your Control Panel stays fast.

Chat Widget

The plugin automatically injects the Angie Chat widget on your frontend pages. The widget:

Abandoned Cart Recovery (Craft Commerce)

If you have Craft Commerce installed and the Growth Tier subscription:

  1. Enable "Abandoned Cart Recovery" in plugin settings
  2. Add a cron job to check for abandoned carts (see Abandoned Cart Setup)
  3. When a cart is detected as abandoned, the plugin sends cart data to Angie Chat
  4. The AI generates a personalized recovery email

Configuration File

You can override settings via config/angie-chat.php:

Manual Widget Injection

If you disable auto-injection, add the widget manually in your template:

Troubleshooting

"Not Connected" Status

Content Not Syncing

Widget Not Appearing

Support

License

MIT License - see LICENSE for details.


All versions of angie-chat-craft with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
craftcms/cms Version ^5.0
guzzlehttp/guzzle Version ^7.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 dz0nika/angie-chat-craft contains the following files

Loading the files please wait ...