PHPackages                             jdecool/clubhouse-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jdecool/clubhouse-api

AbandonedArchivedLibrary

jdecool/clubhouse-api
=====================

PHP SDK for Clubhouse

0.3.0(5y ago)10411[1 issues](https://github.com/jdecool/clubhouse-api/issues)[1 PRs](https://github.com/jdecool/clubhouse-api/pulls)MITPHPPHP ^7.3

Since Jul 25Pushed 4y agoCompare

[ Source](https://github.com/jdecool/clubhouse-api)[ Packagist](https://packagist.org/packages/jdecool/clubhouse-api)[ RSS](/packages/jdecool-clubhouse-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (10)Versions (7)Used By (0)

Clubhouse API client
====================

[](#clubhouse-api-client)

[![Build Status](https://camo.githubusercontent.com/73920e478fc87059bc3b696a1234fe550c393f554ada7a29ba015cd065d14800/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e742e7376673f75726c3d6874747073253341253246253246616374696f6e732d62616467652e6174726f782e6465762532466a6465636f6f6c253246636c7562686f7573652d61706925324662616467652533467265662533446d6173746572267374796c653d666c6174)](https://actions-badge.atrox.dev/jdecool/clubhouse-api/goto?ref=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/db02a17472e8d16745e48fa551a300b669f96a86e66cc700fcfe5808c72889ed/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a6465636f6f6c2f636c7562686f7573652d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jdecool/clubhouse-api/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/bc1a9b20c4e8adbcb4e48deb205322947d1c3578a254a1cf5313a8961262d76b/68747470733a2f2f706f7365722e707567782e6f72672f6a6465636f6f6c2f636c7562686f7573652d6170692f762f737461626c652e706e67)](https://packagist.org/packages/jdecool/clubhouse-api)

A simple PHP client for [Clubhouse.io REST API](https://clubhouse.io/api/rest/v3/).

Install it
----------

[](#install-it)

The library is decoupled from any HTTP message client with [HTTPlug](http://httplug.io). That's why you need to install a client implementation `http://httplug.io/` in this example.

Install using [composer](https://getcomposer.org):

```
composer require jdecool/clubhouse-api guzzlehttp/guzzle http-interop/http-factory-guzzle
```

Getting started
---------------

[](#getting-started)

```
