{"id":21013833,"url":"https://github.com/jdecool/clubhouse-api","last_synced_at":"2025-05-15T04:34:38.847Z","repository":{"id":46621987,"uuid":"198769249","full_name":"jdecool/clubhouse-api","owner":"jdecool","description":"PHP client for Clubhouse.io REST API","archived":true,"fork":false,"pushed_at":"2022-03-08T21:23:15.000Z","size":99,"stargazers_count":10,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T17:09:31.016Z","etag":null,"topics":["api-client","clubhouse","hacktoberfest","php-client"],"latest_commit_sha":null,"homepage":"https://clubhouse.io/api/rest/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdecool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-25T06:15:30.000Z","updated_at":"2025-01-31T20:15:17.000Z","dependencies_parsed_at":"2022-09-06T19:02:01.124Z","dependency_job_id":null,"html_url":"https://github.com/jdecool/clubhouse-api","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fclubhouse-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fclubhouse-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fclubhouse-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdecool%2Fclubhouse-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdecool","download_url":"https://codeload.github.com/jdecool/clubhouse-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254274693,"owners_count":22043568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","clubhouse","hacktoberfest","php-client"],"created_at":"2024-11-19T09:44:17.912Z","updated_at":"2025-05-15T04:34:38.578Z","avatar_url":"https://github.com/jdecool.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Clubhouse API client\n====================\n\n[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fjdecool%2Fclubhouse-api%2Fbadge%3Fref%3Dmaster\u0026style=flat)](https://actions-badge.atrox.dev/jdecool/clubhouse-api/goto?ref=master)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jdecool/clubhouse-api/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jdecool/clubhouse-api/?branch=master)\n[![Latest Stable Version](https://poser.pugx.org/jdecool/clubhouse-api/v/stable.png)](https://packagist.org/packages/jdecool/clubhouse-api)\n\nA simple PHP client for [Clubhouse.io REST API](https://clubhouse.io/api/rest/v3/).\n\n## Install it\n\nThe 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.\n\nInstall using [composer](https://getcomposer.org):\n\n```bash\ncomposer require jdecool/clubhouse-api guzzlehttp/guzzle http-interop/http-factory-guzzle\n```\n\n## Getting started\n\n```php\n\u003c?php\n\nrequire __DIR__.'/vendor/autoload.php';\n\n$builder = new JDecool\\Clubhouse\\ClientBuilder();\n$client = $builder-\u003ecreateClientV2('your-clubhouse-token'); // create client for Clubhouse API v2 (v1 is also available)\n\n$story = $client-\u003eget('stories/144');\n```\n\n## LICENSE\n\nThis library is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdecool%2Fclubhouse-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdecool%2Fclubhouse-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdecool%2Fclubhouse-api/lists"}