page-boost / hipchat-php-v2
PHP library for HipChat API v2
Installs: 2 296
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 3
Open Issues: 2
Requires
- php: >=5.3.0
Requires (Dev)
- guzzle/guzzle: ~3.0
- guzzlehttp/guzzle: ~4.0
- illuminate/support: 4.1.*
- resty/resty: @stable
Suggests
- guzzle/guzzle: Guzzle HTTP Client v3 (with curl)
- guzzlehttp/guzzle: Guzzle HTTP Client v4 (with/out curl)
- resty/resty: Resty v0.6 (without curl)
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.