Skip to content

kheiakiyama/hipchat-php-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%