phpfacile / chat
Interface for a chat/messenger service
1.0.0
2018-10-29 08:59 UTC
Requires
- php: >=7.0.0
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-29 00:35:33 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"
}