PHPackages                             mannew/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. [API Development](/categories/api)
4. /
5. mannew/hipchat-bundle

ActiveLibrary[API Development](/categories/api)

mannew/hipchat-bundle
=====================

Bundle to integrate the HipChat PHP library for their REST API.

1.4(10y ago)838.2k5[1 issues](https://github.com/ManneW/HipChatBundle/issues)1MITPHP

Since May 21Pushed 10y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (3)Versions (12)Used By (1)

MannewHipchatBundle
===================

[](#mannewhipchatbundle)

[![Build Status](https://camo.githubusercontent.com/d8e4c2f8593b1c27b27d18e31ae36aaed331d3d8788f7170c8a01d134efdb602/68747470733a2f2f7472617669732d63692e6f72672f4d616e6e65572f4869704368617442756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ManneW/HipChatBundle)

A wrapper around the HipChat PHP library, for accessing the HipChat REST API.

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

[](#installation)

### Download using composer

[](#download-using-composer)

To install using composer, add the following to your composer.json:

```
{
    "require": {
        "mannew/hipchat-bundle": "*"
    }
}
```

### Enable the bundle

[](#enable-the-bundle)

Enable the bundle by adding it to the application kernel.

```

```

### Configure the bundle

[](#configure-the-bundle)

Update your config.yml to contain the a section for this bundle.

```
mannew_hipchat:
	auth_token: YOUR_HIPCHAT_AUTH_TOKEN_HERE
	verify_ssl: true    # optional
	proxy_address: ~    # optional
	request_timeout: 15 # in seconds, optional
```

Usage
-----

[](#usage)

The bundle provides the DIC with a service named hipchat. To access this service you can use:

```
