PHPackages                             laravelchat/chatbox - 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. [Framework](/categories/framework)
4. /
5. laravelchat/chatbox

ActiveLibrary[Framework](/categories/framework)

laravelchat/chatbox
===================

Chat application for backend

1752JavaScript

Since May 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/twinklesharma/chatbox)[ Packagist](https://packagist.org/packages/laravelchat/chatbox)[ RSS](/packages/laravelchat-chatbox/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-chatbox
===============

[](#laravel-chatbox)

Facilitates any laravel project to integrate chat functionality.

Installation
============

[](#installation)

Add laravelresource/resourcemaker as a requirement to composer.json :

```
{
    "require": {
        "laravelchat/chatbox": "dev-master"
    }
}
```

Update your packages with composer update or install with composer install.

You can also add the package using `composer require laravelchat/chatbox "dev-master"` and later specifying the version you want (for now, dev-master is your best bet).

#### Service Provider

[](#service-provider)

`LaravelChat\ChatBox\ChatServiceProvider::class,`

And that's it! Start working with a awesome chat application!

Publish vendor files
--------------------

[](#publish-vendor-files)

From the command line, run:

```
php artisan vendor:publish --tag=public --force

```

How to integrate Chatbox in laravel
===================================

[](#how-to-integrate-chatbox-in-laravel)

Firstly you have to register the users in your chat app for this you can use the APIs of quickblox ().

After registration of users, open your login blade file and add the following code:

` $(document).ready(function(){  $('#myform1').click(function(){ sessionStorage.clear(); var login = $('#login-name').val(); var pass = $('#login-pass').val();     sessionStorage.setItem('login',login ); sessionStorage.setItem('pass', pass);   });  });  `

Where, #myform1 is the id of login form, #login-name is the id of username/email and #login-pass is the id password input field. In the above, code we are just storing the user's credentails in a session so that we can use this in connection.js which allows user to start chat.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://www.gravatar.com/avatar/a6775dc4a24760725086d0f92584506e8eca64ec2eac62dfd8746877de53b4ba?d=identicon)[twinklesharma](/maintainers/twinklesharma)

### Embed Badge

![Health badge](/badges/laravelchat-chatbox/health.svg)

```
[![Health](https://phpackages.com/badges/laravelchat-chatbox/health.svg)](https://phpackages.com/packages/laravelchat-chatbox)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M829](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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