page-boost/hipchat-php-v2

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP library for HipChat API v2

dev-master 2016-02-08 09:24 UTC

This package is auto-updated.

Last update: 2021-02-15 14:37:20 UTC


README

HipChat API v2 wrapper for PHP.

Supported HTTP Clients: Guzzle 4.x, Guzzle 3.x, Resty 0.6.x

Frameworks: Vanilla PHP, Laravel 4.1

TODO:

  • Improve PHPDoc blocks
  • Ability to use Addon OAuth ID and Secret
  • Laravel Facades and Configurations
  • Full Documentation
  • Tests
  • PHP 5.3 support
  • Curl HTTP Client - out of box
  • Tag first "stable" version 😄

Installation

Begin by installing this package through Composer.

{
    "require": {
        "page-boost/hipchat-php-v2": "dev-master"
    }
}

You should have at least one HTTP Client installed. Supported out of box are Guzzle and Resty.

Documentation

Checkout our microsite with Full Documentation

License

View the license for this repo.