Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 932 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 932 Bytes

HipChat PHP API v2

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.