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 2mo 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 10% 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

3300d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66b163ea4a6e36824a598692bb26389d545c39d2af3830f9cbaf6b3b196e04af?d=identicon)[WBLKonzept](/maintainers/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

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[laravel-freelancer-nl/laravel-index-now

Alert search engines of content changes.

5212.1k](/packages/laravel-freelancer-nl-laravel-index-now)[hernandev/hipchat-laravel

HipChat PHP Client Wrapper for Laravel 4 and 5

2733.2k](/packages/hernandev-hipchat-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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