PHPackages                             banckle/chat-bundle - 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-bundle

ActiveSymfony-bundle[API Development](/categories/api)

banckle/chat-bundle
===================

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

08PHP

Since Oct 14Pushed 11y ago2 watchersCompare

[ Source](https://github.com/BanckleMarketplace/Banckle.Chat-For-Symfony)[ Packagist](https://packagist.org/packages/banckle/chat-bundle)[ RSS](/packages/banckle-chat-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

\#Banckle.Chat for Symfony

This bundle allows you to work with Banckle.Chat SDK in your Symfony applications quickly and easily.

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

[](#installation)

Add the following lines to your composer.json file:

```
// composer.json
{
    // ...
    require: {
        // ..
        "banckle/chat-sdk-php": "dev-master",
        "banckle/chat-bundle": "dev-master"

    }
}
```

Now, you can install the new dependencies by running Composer's update command from the directory where your composer.json file is located.

```
    composer update
```

Update your AppKernel.php file, and register the new bundle:

```
// app/AppKernel.php
public function registerBundles()
{
    // ...
     new Banckle\ChatBundle\BanckleChatBundle(),
    // ...
);
}
```

Configuration
-------------

[](#configuration)

Add this to your config.yml:

```
banckle_chat:
    #(Required) Your Account apiKey from apps.banckle.com
    apiKey: "XXXXXXXXXXXXX"
    banckleAccountUri: "https://apps.banckle.com/api/v2"
    banckleChatUri: "https://chat.banckle.com/v3"
```

Usage
-----

[](#usage)

The Bundle is called as a standard service.

```
To access service:
$bancklechat = $this->get('bancklechat.api');

To generate token:
$bancklechat = $this->get('bancklechat.api');
$token = $bancklechat->getToken($email, $password);

To access all departments:
$department = $bancklechat->createInstance('DepartmentsApi', $token);
$result = $department->getDepartments();
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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 (3 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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