Download the PHP package silinternational/hipchat-php-client without Composer
On this page you can find all versions of the php package silinternational/hipchat-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silinternational/hipchat-php-client
More information about silinternational/hipchat-php-client
Files in silinternational/hipchat-php-client
Package hipchat-php-client
Short Description PHP client library for interacting with HipChat V2 API
License MIT
Informations about the package hipchat-php-client
⛔️ This repository is no longer maintained. ⛔️
hipchat-php-client
PHP client to interact with the HipChat v2 API.
We're slowly building out this client as we need the functionality. Initially we only need it for adding users to groups.
This client is built on top of Guzzle, the PHP HTTP Client. Guzzle has a simple way to create API clients by describing the API in a Swagger-like format without the need to implement every method yourself. So adding support for more HipChat APIs is relatively simple. If you want to submit a pull request to add another feature, please do. If you don't know how to do that, ask us and we might be able to add it in for you.
HipChat API Docs
https://www.hipchat.com/docs/apiv2
HipChat API Authentication
HipChat uses OAuth tokens for authentication, you can create tokens by going to https://silintl.hipchat.com/account/api
Install
Installation is simple with Composer. Add to your file and update.
Usage
Example:
Guzzle Service Client Notes
- Tutorial on developing an API client with Guzzle Web Services: http://www.phillipshipley.com/2015/04/creating-a-php-nexmo-api-client-using-guzzle-web-service-client-part-1/
- Presentation by Jeremy Lindblom: https://speakerdeck.com/jeremeamia/building-web-service-clients-with-guzzle-1
- Example by Jeremy Lindblom: https://github.com/jeremeamia/sunshinephp-guzzle-examples
- Parameter docs in source comments: https://github.com/guzzle/guzzle-services/blob/master/src/Parameter.php
All versions of hipchat-php-client with dependencies
guzzlehttp/guzzle Version ^5.3.1
guzzlehttp/guzzle-services Version *
guzzlehttp/retry-subscriber Version *
guzzlehttp/log-subscriber Version *