Skip to main content
Version: Next

Simple Laravel Chat Package

Overview#

This package allows you to integrate chatting into your laravel application.

Features#

Here are the main features chat system provides.

Conversation#

The package gives you conversation support which can have multiple participants. conversation can be of types such as:

  • private conversation type
  • group conversation type
  • issue conversation type

Message#

The 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 type
  • system message type
  • activity message type

Chat Events#

The 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