PHPackages                             dataxlamsterdam/nova-chat - 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. dataxlamsterdam/nova-chat

ActiveLibrary

dataxlamsterdam/nova-chat
=========================

A realtime chat implementation for laravel nova.

04Vue

Since Apr 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dataxlamsterdam/chat-nova)[ Packagist](https://packagist.org/packages/dataxlamsterdam/nova-chat)[ RSS](/packages/dataxlamsterdam-nova-chat/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Nova Chat
=================

[](#laravel-nova-chat)

 [![Latest Stable Version](https://camo.githubusercontent.com/97ddb479fea1aecacdf5ff694db495022d6c1f7f0a548c04ed677b1e7ef38f11/68747470733a2f2f706f7365722e707567782e6f72672f42696e6172436f64652f6e6f76612d636861742f762f737461626c652e737667)](https://packagist.org/packages/BianrCode/nova-chat) [![License](https://camo.githubusercontent.com/b0e1d65321f5bbc70f3e25f38ad689ca430eb0f4108b437893214bd08734079e/68747470733a2f2f706f7365722e707567782e6f72672f42696e6172436f64652f6e6f76612d636861742f6c6963656e73652e737667)](https://packagist.org/packages/BinarCode/nova-chat)

This is a laravel nova implementation for a chat. You can manage who can see whom via Laravel Policies.

In the next version the implementation will include real time echo.

How it looks
============

[](#how-it-looks)

[![Message List](/docs/list.png)](/docs/list.png)

[![New Message](/docs/new.png)](/docs/new.png)

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

[](#installation)

You can install the package via composer:

```
composer require dataxlamsterdam/nova-chat
```

Usage
-----

[](#usage)

Publish the messages table and configuration file.

```
php artisan vendor:publish --tag=nova-chat
```

Migrate table:

```
php artisan migrate
```

Init chat in your `NovaServiceProvider.php` tools just import it as:

```
public function tools()
{
    return [
        \Dataxl\NovaChat\Tools\ChatTool::make(),
    ];
}
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Eduard Lupacescu](https://github.com/binarcode)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/72995412?v=4)[DataXL B.V.](/maintainers/dataxlamsterdam)[@dataxlamsterdam](https://github.com/dataxlamsterdam)

---

Top Contributors

[![Tiimae](https://avatars.githubusercontent.com/u/77676636?v=4)](https://github.com/Tiimae "Tiimae (4 commits)")

### Embed Badge

![Health badge](/badges/dataxlamsterdam-nova-chat/health.svg)

```
[![Health](https://phpackages.com/badges/dataxlamsterdam-nova-chat/health.svg)](https://phpackages.com/packages/dataxlamsterdam-nova-chat)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
