Interface for a chat/messenger service

1.0.0 2018-10-29 08:59 UTC

This package is auto-updated.

Last update: 2024-04-29 03:38:46 UTC


README

This repository holds interfaces related to chat/messenger services.

An example of implementation (using a database for messages storage) can be find under (https://github.com/phpfacile/chat-db).

Installation

At the root of your project type

composer require phpfacile/chat

Or Add "phpfacile/chat": "^1.0" to the "require" part of your composer.json file

"require": {
    "phpfacile/chat": "^1.0"
}