PHPackages                             bestit/hipchat-api - 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. bestit/hipchat-api

AbandonedLibrary[API Development](/categories/api)

bestit/hipchat-api
==================

Hipchat API written in PHP optimized for Laravel.

0.1.0(9y ago)11151[1 issues](https://github.com/bestit/hipchat-api/issues)MITPHPPHP ^7.0

Since May 2Pushed 9y ago3 watchersCompare

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

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

bestit/hipchat-api
------------------

[](#bestithipchat-api)

This a very simple HipChat API optimized for Laravel &amp; Lumen version 5.

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

[](#installation)

### Install via Composer

[](#install-via-composer)

From the command line, run:

```
composer require bestit/hipchat-api

```

### Laravel 5

[](#laravel-5)

### Step 1: Publishing config

[](#step-1-publishing-config)

From the command line, run:

```
php artisan vendor:publish --provider HipChatServiceProvider

```

### Step 2: Service Provider

[](#step-2-service-provider)

For your Laravel app, open `config/app.php` and, within the `providers` array, append:

```
Bestit\HipChat\HipChatServiceProvider::class,

```

This will bootstrap the package into Laravel.

### Step 3: Facade

[](#step-3-facade)

For your Laravel app, open `config/app.php` and, within the `aliases` array, append:

```
'HipChat' => Bestit\HipChat\Facade\HipChat::class,

```

This will add the HipChat Facade into Laravel.

### Step 4: Configuration

[](#step-4-configuration)

Add the following entries to your environment (.env) file:

```
HIPCHAT_SERVER_URL // This is optional, defaults to 'https://api.hipchat.com'
HIPCHAT_API_TOKEN // This is required, use a user personal token.

```

### Lumen 5

[](#lumen-5)

### Step 1: Service provider

[](#step-1-service-provider)

Inside your bootstrap/app.php file, add:

```
$app->register(Bestit\HipChat\HipChatLumenServiceProvider::class);

```

### Step 2: Configuration

[](#step-2-configuration)

Copy the `vendor/bestit/hipchat-api/src/config/hipchat.php` file to your local config directory (if it does not exist yet, you have to create it) and don't forget add the entries to your environment (.env) file described in Step 4 of the Laravel Configuration.

### Usage

[](#usage)

- Notification in a Room

    ```
    HipChat::room('RoomNameOrRoomId')->notify('Some Cool Message');

    // you have three optional parameters, `color`, `alert` and `notify`
    ```

    Read more: [here](https://www.hipchat.com/docs/apiv2/method/send_room_notification)
- Notification to a user

    ```
    HipChat::user('UserEmailOrId')->notify('Some Cool Message');

    // you have two optional parameters, `alert` and `format`
    ```

    Read more: [here](https://www.hipchat.com/docs/apiv2/method/private_message_user)

### Usage outside of Laravel / Lumen

[](#usage-outside-of-laravel--lumen)

```
$url = 'https://company.hipchat.com'; // Can be left empty, default to https://api.hipchat.com
$token = 'some_api_token';
$client = new \Bestit\HipChat\Client($token, $url);

$client->room('RoomNameOrRoomId')->notify('Some Cool Message');

$client->user('UserEmailOrId')->notify('Some Cool Message');
```

### Todo

[](#todo)

- Cover more API Endpoints
- Tests
- Cleanup/Interfaces etc.
- Travis CI

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3346d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5934068?v=4)[WBL Konzept](/maintainers/WBLKonzept)[@WBLKonzept](https://github.com/WBLKonzept)

![](https://www.gravatar.com/avatar/acc5af332f2a79dedb5aea83c3b4c2665d99fd2c14743fd0c2a3d70ecf0b7859?d=identicon)[best-it](/maintainers/best-it)

---

Top Contributors

[![bestit-el-bardan](https://avatars.githubusercontent.com/u/24458969?v=4)](https://github.com/bestit-el-bardan "bestit-el-bardan (4 commits)")[![agsotelo](https://avatars.githubusercontent.com/u/1031808?v=4)](https://github.com/agsotelo "agsotelo (1 commits)")

---

Tags

laravelhipchat

### Embed Badge

![Health badge](/badges/bestit-hipchat-api/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M923](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[flat3/lodata

OData v4.01 Producer for Laravel

99346.1k](/packages/flat3-lodata)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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