Simple Laravel Chat Package
Overview
#
This package allows you to integrate chatting into your laravel application.
#
FeaturesHere are the main features chat system provides.
#
ConversationThe package gives you conversation support which can have multiple participants. conversation can be of types such as:
private
conversation typegroup
conversation typeissue
conversation type
#
MessageThe package gives you flexible message support which can belong to a conversation and authored by a user. message can be of types such as:
user
message typesystem
message typeactivity
message type
#
Chat EventsThe package gives you chat events support which could be use for persisting events for message and conversation.
chat events can be of types such as:
read
delete
deliver