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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

qwince/hipchat-laravel
======================

HipChat PHP Client for Laravel 5

2.0.1(10y ago)1141MITPHPPHP &gt;=5.4.0

Since Jul 27Pushed 9y ago4 watchersCompare

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

READMEChangelogDependencies (2)Versions (9)Used By (0)

qwince/hipchat-laravel
----------------------

[](#qwincehipchat-laravel)

This a HipChat PHP Client for Laravel 5

### Installation

[](#installation)

- Include `"qwince/hipchat-laravel"` inside the `"require"` section of `composer.json` file:

    ```
        ...
        "require": {
            ...,
            "qwince/hipchat-laravel": "dev-master"
        }
        ...
    ```
- Update composer dependencies by running:

    ```
    composer update

    ```
- Insert `'Qwince\HipchatLaravel\HipchatLaravelServiceProvider',` in your `'providers'` array, inside `app/config/app.php`:

    ```
    ...
    'providers' => [
        ...
        Qwince\HipchatLaravel\HipchatLaravelServiceProvider::class,
    ],
    ```
- Insert `'HipChat' => Qwince\HipchatLaravel\Facade\HipChat:class,` in your `'aliases'` array, inside `app/config/app.php`:

    ```
    ...
    'aliases' => [
        ...
        'HipChat'         => Qwince\HipchatLaravel\Facade\HipChat::class,
    ],
    ```
- To Publish the configuration files you will need, run:

    ```
    php artisan vendor:publish --provider="Qwince\HipchatLaravel\HipchatLaravelServiceProvider"

    ```
- Edit `app/config/hipchat.php` file updating it your credentials / configurations:

    ```
    'server' => 'insert_your_url',
    'api_token' => 'insert_your_api_token',
    'app_name' => 'Your App Name',
    'default_room' => 1234,
    ```

### Usage

[](#usage)

- Notify in a Room

    ```
    HipChat::setRoom('RoomID'); // or set default in config file

    HipChat::sendMessage('My Message');

    // you have two optional parameters, `color` and `notify`
    // the 'red' will set the message color, and the third parameter when `true` notify all users on the room

    HipChat::sendMessage('My Message', 'red', true);

    ```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Every ~101 days

Recently: every ~133 days

Total

7

Last Release

3753d ago

Major Versions

v0.1.0 → 1.0.12014-10-08

1.0.3 → 2.0.02016-03-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/179a2a84b2ba68087b19fd0a3089bca740e4e0a68cf285134f4ae71a9bea0a36?d=identicon)[spitalia](/maintainers/spitalia)

---

Tags

laravelpackagehipchat

### Embed Badge

![Health badge](/badges/qwince-hipchat-laravel/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

143165.6k](/packages/bensampo-laravel-embed)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40140.4k2](/packages/erlandmuchasaj-laravel-gzip)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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