PHPackages                             hitslab/rocket-chat-sdk - 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. hitslab/rocket-chat-sdk

ActiveLibrary

hitslab/rocket-chat-sdk
=======================

PHP SDK for Rocket.Chat REST API

v0.2.1(5y ago)146MITPHP

Since May 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hitslab/rocket-chat-sdk)[ Packagist](https://packagist.org/packages/hitslab/rocket-chat-sdk)[ RSS](/packages/hitslab-rocket-chat-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

PHP SDK for Rocket.Chat REST API
================================

[](#php-sdk-for-rocketchat-rest-api)

Documentation for Rocket.Chat REST API available here - [Rocket.Chat API](https://rocket.chat/docs/developer-guides/rest-api/)

Install
-------

[](#install)

`composer require hitslab/rocket-chat-sdk`

Example
-------

[](#example)

```
use Hitslab\RocketChatSDK\RocketChatClient;
use Hitslab\RocketChatSDK\Request\Authentication\LoginRequest;
use Hitslab\RocketChatSDK\Request\Users\UsersListRequest;

// Creating client
$client = new RocketChatClient("https://rocket.my-company.org");

// Auth with login (or email) and password
$loginResponse = LoginRequest::create($client)
    ->user('username')
    ->password('password')
    ->request();

// Get list of users
$users = UsersListRequest::create($client)
    ->auth($loginResponse->data->authToken, $loginResponse->data->userId)
    ->request();
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~79 days

Total

3

Last Release

2030d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97c0a1002cce2dabcb9ba51b6833fdbfaf462bdc4ca8e2af8d91c9927e5bdc91?d=identicon)[hitslab](/maintainers/hitslab)

---

Top Contributors

[![hitslab](https://avatars.githubusercontent.com/u/1733190?v=4)](https://github.com/hitslab "hitslab (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hitslab-rocket-chat-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/hitslab-rocket-chat-sdk/health.svg)](https://phpackages.com/packages/hitslab-rocket-chat-sdk)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
