PHPackages                             banckle/chat-laravel - 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. [API Development](/categories/api)
4. /
5. banckle/chat-laravel

ActiveLibrary[API Development](/categories/api)

banckle/chat-laravel
====================

This is a Laravel Package to use Banckle.Chat SDK for PHP in Laravel applications quickly and easily.

015PHP

Since Oct 14Pushed 11y ago2 watchersCompare

[ Source](https://github.com/BanckleMarketplace/Banckle.Chat-For-Laravel)[ Packagist](https://packagist.org/packages/banckle/chat-laravel)[ RSS](/packages/banckle-chat-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Banckle.Chat for Laravel

This is a Laravel Package to use Banckle.Chat SDK for PHP in Laravel applications quickly and easily.

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

[](#installation)

Add the following lines to your composer.json file.

```
require: {
	"banckle/chat-sdk-php": "dev-master",
	"banckle/chat-laravel": "dev-master"
}
```

Run from terminal.

```
composer update
```

Add package to the list of providers. In config/app.php, add the following line to the providers array.

```
'Banckle\Chat\ChatServiceProvider',
```

Publish config files from the terminal.

```
php artisan config:publish banckle/chat-laravel
```

Edit the new config file in the config/packages/banckle/chat-laravel and enter your Banckle API Key, email &amp; password.

```
return array(
    'banckleAccountUri' => 'https://apps.banckle.com/api/v2',
    'banckleChatUri' => 'https://chat.banckle.com/v3',
    'apiKey' => '',
    'email' => '',
    'password' => ''
);
```

In config/packages/banckle, rename chat-laravel to chat

Usage
-----

[](#usage)

Anywhere in your application when you need to access class, just do:

```
// To Generate token
BanckleChat::getToken();

BanckleChat::get($apiName, $token);
```

This will return you object of class and you can access properties and methods of class.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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

![](https://www.gravatar.com/avatar/d24b5baeaae392bf593cb4242f00f3d482154d040bb681e2323c7e1ec52eb143?d=identicon)[saudaspose](/maintainers/saudaspose)

---

Top Contributors

[![masood-anwer](https://avatars.githubusercontent.com/u/7485126?v=4)](https://github.com/masood-anwer "masood-anwer (7 commits)")

### Embed Badge

![Health badge](/badges/banckle-chat-laravel/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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