PHPackages                             dldl/chatbot-platform - 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. dldl/chatbot-platform

AbandonedArchivedLibrary

dldl/chatbot-platform
=====================

A Chatbot platform exchanger

024PHP

Since Sep 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dldl/chatbot-platform)[ Packagist](https://packagist.org/packages/dldl/chatbot-platform)[ RSS](/packages/dldl-chatbot-platform/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ChatbotPlatform
===============

[](#chatbotplatform)

[![Build Status](https://camo.githubusercontent.com/3f9b99209905045e2f6b9f582b665c0eec9bd3b3f7579e15d2b012add9b26b77/68747470733a2f2f7472617669732d63692e6f72672f646c646c2f63686174626f742d706c6174666f726d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dldl/chatbot-platform)

**This platform is not heavy tested and is a proof-of-concept.** Any contributions are welcomed.

ChatbotPlatform is a PHP library allowing to build a multiple chatbot platform with multiple actions providers and multiple sources.

The current implementation allows basic Ajax interactions or Facebook Messenger discussions. It can be extended easily.

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

[](#installation)

Install the library using Composer:

```
composer require dldl/chatbot-platform
```

Basic usage
-----------

[](#basic-usage)

ChatbotPlatform may be used as a standalone project or integrated into existing applications using any framework or CMS.

For a basic standalone usage, create an `index.php` file with the following code:

```
