PHPackages                             rumenx/wp-chatbot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rumenx/wp-chatbot

AbandonedArchivedWordpress-plugin[Utility &amp; Helpers](/categories/utility)

rumenx/wp-chatbot
=================

A WordPress plugin that integrates chatbot functionality using the rumenx/php-chatbot package

v1.0.0-beta1(9mo ago)3771GPL-2.0-or-laterPHPPHP &gt;=8.3CI passing

Since Jul 25Pushed 9mo agoCompare

[ Source](https://github.com/RumenDamyanov/wp-chatbot)[ Packagist](https://packagist.org/packages/rumenx/wp-chatbot)[ RSS](/packages/rumenx-wp-chatbot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

WP Chatbot
==========

[](#wp-chatbot)

A WordPress plugin that integrates advanced chatbot functionality using the [rumenx/php-chatbot](https://github.com/RumenDamyanov/php-chatbot) package. This plugin provides seamless chat integration for your WordPress site with modern UI and powerful backend capabilities.

[![Tests](https://github.com/RumenDamyanov/wp-chatbot/actions/workflows/tests.yml/badge.svg)](https://github.com/RumenDamyanov/wp-chatbot/actions/workflows/tests.yml)[![License](https://camo.githubusercontent.com/e59e947b9f67c2271503c2d3b6d600b04a07ceaa780a7a4daf3a50394f1fbfd0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c2d2d322e302532422d7265642e737667)](https://github.com/RumenDamyanov/wp-chatbot/blob/master/LICENSE.md)

Features
--------

[](#features)

- 🤖 **Advanced Chatbot Integration** - Powered by the robust rumenx/php-chatbot package
- 🎨 **Modern UI** - Clean, responsive chat interface that adapts to your theme
- ⚙️ **Easy Configuration** - Simple admin interface for chatbot setup
- 🔧 **Customizable** - Hooks and filters for developers to extend functionality
- 🌐 **Multilingual Ready** - Translation-ready with WordPress i18n
- 📱 **Mobile Responsive** - Works perfectly on all devices
- 🚀 **Performance Optimized** - Minimal impact on site performance
- 🔒 **Secure** - Follows WordPress security best practices

Requirements
------------

[](#requirements)

- WordPress (latest version recommended)
- PHP 8.3 or higher
- Composer (for development)

Installation
------------

[](#installation)

### From WordPress Admin

[](#from-wordpress-admin)

TBD

### Via Composer

[](#via-composer)

```
composer require rumenx/wp-chatbot
```

### Manual Installation

[](#manual-installation)

1. Clone this repository:

    ```
    git clone https://github.com/RumenDamyanov/wp-chatbot.git
    ```
2. Install dependencies:

    ```
    cd wp-chatbot
    composer install --no-dev
    ```
3. Upload the entire `wp-chatbot` folder to your `/wp-content/plugins/` directory
4. Activate the plugin through the WordPress admin interface

Related Projects
----------------

[](#related-projects)

- **Core Chatbot Package:** [rumenx/php-chatbot](https://github.com/RumenDamyanov/php-chatbot)
- **Drupal AI Chatbot Plus (GitHub):** [drupal\_ai\_chatbot\_plus](https://github.com/RumenDamyanov/drupal_ai_chatbot_plus)
- **Drupal AI Chatbot Plus (Drupal.org):** [ai\_chatbot\_plus](https://www.drupal.org/project/ai_chatbot_plus)

Quick Start
-----------

[](#quick-start)

### Basic Usage

[](#basic-usage)

Once installed and activated, the chatbot will automatically appear on your site with default settings. To customize:

1. Go to **Settings → WP Chatbot** in your WordPress admin
2. Configure your chatbot settings
3. Save changes

### Shortcode Usage

[](#shortcode-usage)

Display the chatbot anywhere using the shortcode:

```
[wp_chatbot]
```

With custom parameters:

```
[wp_chatbot theme="dark" position="bottom-right" greeting="Hello! How can I help you?"]
```

### Template Integration

[](#template-integration)

Add the chatbot directly to your theme templates:

```
