PHPackages                             pierrerolland/hipchat-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pierrerolland/hipchat-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

pierrerolland/hipchat-bundle
============================

Integration of Hipchat in Symfony applications

v1.0.0(10y ago)043MITPHPPHP &gt;=5.4.0

Since Jun 22Pushed 10y agoCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

hipchat-bundle
==============

[](#hipchat-bundle)

Integration of Hipchat in Symfony applications. This bundle allow you to send notifications to your Hipchat rooms, defined in the configuration.

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

[](#installation)

`composer require pierrerolland/hipchat-bundle`

And in your app/AppKernel.php

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new JMS\SerializerBundle\JMSSerializerBundle(),
            new Guzzle\ConfigOperationsBundle\GuzzleConfigOperationsBundle(),
            new Atlassian\HipchatBundle\AtlassianHipchatBundle(),
        ];

        return $bundles;
    }
```

Usage
-----

[](#usage)

### 1. Get your room's token

[](#1-get-your-rooms-token)

In browser's Hipchat version, go to "Integrations", then "Build your own". Select a room and a name for your integration. You'll now have a room id and an auth token.

### 2. Configure the room in Symfony

[](#2-configure-the-room-in-symfony)

```
# config.yml

atlassian_hipchat:
      group: "plop" # Your group's name (plop.hipchat.com)
      rooms:
          foo:
              id: 42 # The room "foo"'s id
              token: blahblahblah # The room "foo"'s auth token
          ...
```

### 3. Send your notifications

[](#3-send-your-notifications)

```
   $this
      ->get('atlassian_hipchat.manager.hipchat')
      ->createNotification('foo', 'Will Grigg\'s on fire !', 'purple');
```

That's it !

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3659d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/pierrerolland-hipchat-bundle/health.svg)

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

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[yceruto/formflow-bundle

Create and manage multistep forms

2414.8k](/packages/yceruto-formflow-bundle)

PHPackages © 2026

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