PHPackages                             rcrowe/hippy - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. rcrowe/hippy

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

rcrowe/hippy
============

PHP client for HipChat. Designed for incidental notifications from an application.

v0.7.0(12y ago)5014.8k11[1 PRs](https://github.com/rcrowe/Hippy/pulls)1MITPHPPHP &gt;=5.3.2

Since Apr 6Pushed 12y ago3 watchersCompare

[ Source](https://github.com/rcrowe/Hippy)[ Packagist](https://packagist.org/packages/rcrowe/hippy)[ Docs](https://github.com/rcrowe/Hippy)[ RSS](/packages/rcrowe-hippy/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (5)Used By (1)

Hippy
=====

[](#hippy)

[![Build Status](https://camo.githubusercontent.com/28a0e8113eecf8a02667795d6129508527a42ecb66022c6496218477f6cc9dcc/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7263726f77652f48697070792e706e67)](http://travis-ci.org/rcrowe/Hippy)

Hippy is a simple PHP client for sending messages to a HipChat room. It is designed for incidental notifications from an application.

Hippy does one thing and one thing well, sending messages to a Hipchat room.

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

[](#installation)

Add `rcrowe\hippy` as a requirement to composer.json:

```
{
    "require": {
        "rcrowe/hippy": "0.6.*"
    }
}
```

Update your packages with `composer update` or install with `composer install`.

Usage
-----

[](#usage)

```
$transport = new rcrowe\Hippy\Transport\Guzzle($token, $room, $from);
$hippy = new rcrowe\Hippy\Client($transport);

$message = new rcrowe\Hippy\Message(true, rcrowe\Hippy\Message::BACKGROUND_YELLOW);
$message->setText('test');

$hippy->send($message);
```

Hippy also provides a static interface just like v0.5 and below.

```
use rcrowe\Hippy\Facade as Hippy;

Hippy::init($token, $room, $from);
Hippy::html('test failed');
```

Maybe you want to add the message to a queue and send it at the end.

```
Hippy::init($token, $room, $from);
Hippy::add('test 1');
Hippy::addHtml('test 2');
Hippy::go();
```

Phing
-----

[](#phing)

Use [Phing](http://www.phing.info/) for builds and want to send messages to Hipchat? Then checkout out [phing-hipchat](https://github.com/rcrowe/phing-hipchat).

Tests
-----

[](#tests)

To run all tests

```
$> phpunit tests

```

License
-------

[](#license)

Hippy is released under the MIT public license.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

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

Every ~102 days

Total

4

Last Release

4527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/07866bb8494b78f654ccdb78c6322a5651cbb8d2a85eaa210db90d833ecd0927?d=identicon)[rcrowe](/maintainers/rcrowe)

---

Top Contributors

[![rcrowe](https://avatars.githubusercontent.com/u/282571?v=4)](https://github.com/rcrowe "rcrowe (21 commits)")[![cbschuld](https://avatars.githubusercontent.com/u/231867?v=4)](https://github.com/cbschuld "cbschuld (2 commits)")[![brendonrapp](https://avatars.githubusercontent.com/u/170030?v=4)](https://github.com/brendonrapp "brendonrapp (1 commits)")[![VxJasonxV](https://avatars.githubusercontent.com/u/1882?v=4)](https://github.com/VxJasonxV "VxJasonxV (1 commits)")

---

Tags

messagenotificationchathipchat

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rcrowe-hippy/health.svg)

```
[![Health](https://phpackages.com/badges/rcrowe-hippy/health.svg)](https://phpackages.com/packages/rcrowe-hippy)
```

###  Alternatives

[sly/notification-pusher

Standalone PHP library for easy devices notifications push.

1.2k2.8M16](/packages/sly-notification-pusher)[mouse0270/bootstrap-growl

This is a simple pluging that turns standard Bootstrap alerts into "Growl-like" notifications.

2.2k131.0k](/packages/mouse0270-bootstrap-growl)[aliyun/aliyun-mns-php-sdk

Aliyun Message and Notification Service SDK for PHP, PHP&gt;=5.5.0

36275.2k12](/packages/aliyun-aliyun-mns-php-sdk)[ras/flash-alert-bundle

FlashAlertBundle provides a simplified way to handle (add/display) Symfony flash messages. Client side scripts are written in pure JavaScript.

2423.3k](/packages/ras-flash-alert-bundle)[bpocallaghan/alert

A helper package to flash a bootstrap alert to the browser.

1921.2k3](/packages/bpocallaghan-alert)[agorlov/discordmsg

Little class to send Discord message

1155.7k](/packages/agorlov-discordmsg)

PHPackages © 2026

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