承接 dz0nika/angie-chat-craft 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dz0nika/angie-chat-craft

Composer 安装命令:

composer require dz0nika/angie-chat-craft

包简介

Craft CMS AI-powered chat widget and data sync connector for Angie Chat SaaS

README 文档

README

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

  • Craft CMS 5.0 or later
  • PHP 8.2 or later
  • An active Angie Chat subscription

Installation

Via Composer (Recommended)

composer require dz0nika/angie-chat-craft
php craft plugin/install angie-chat

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:

  • Loads asynchronously (no impact on page speed)
  • Uses your custom styling from the Angie Chat dashboard
  • Maintains conversation context across page navigation

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:

<?php

return [
    'licenseKey' => getenv('ANGIE_LICENSE_KEY'),
    'enabledSections' => ['products', 'articles'],
    'enableAbandonedCart' => true,
    'apiEndpoint' => 'https://app.angiechat.com',
    'widgetUrl' => 'https://cdn.angiechat.com/widget.js',
    'autoInjectWidget' => true,
    'excludeSelectors' => '.no-chat, #checkout',
];

Manual Widget Injection

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

{% if craft.app.plugins.isPluginEnabled('angie-chat') %}
    {{ craft.angieChat.widget.renderWidgetScript()|raw }}
{% endif %}

Troubleshooting

"Not Connected" Status

  • Verify your license key is correct
  • Check that your Angie Chat subscription is active
  • Ensure your server can reach app.angiechat.com

Content Not Syncing

  • Check the Craft queue utility for failed jobs
  • Verify the section is enabled in plugin settings
  • Check Craft logs for error messages

Widget Not Appearing

  • Verify "Auto-inject Widget" is enabled
  • Check if the page matches an exclude selector
  • Ensure you're viewing a frontend (site) request

Support

License

MIT License - see LICENSE for details.

dz0nika/angie-chat-craft 适用场景与选型建议

dz0nika/angie-chat-craft 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 25 次下载、GitHub Stars 达 3, 最近一次更新时间为 2026 年 03 月 07 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「ecommerce」 「cms」 「chat」 「widget」 「Craft」 「ai」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 dz0nika/angie-chat-craft 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 dz0nika/angie-chat-craft 我们能提供哪些服务?
定制开发 / 二次开发

基于 dz0nika/angie-chat-craft 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 25
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 31
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-07