PHPackages                             tjlytle/qclient - 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. [API Development](/categories/api)
4. /
5. tjlytle/qclient

ActiveLibrary[API Development](/categories/api)

tjlytle/qclient
===============

API client for the Das Keyboard Q

351PHP

Since Jan 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tjlytle/qclient)[ Packagist](https://packagist.org/packages/tjlytle/qclient)[ RSS](/packages/tjlytle-qclient/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Client for Das Keyboard Q
=============================

[](#php-client-for-das-keyboard-q)

[![Build Status](https://camo.githubusercontent.com/54a57babd82e999f578a4413818f029ecc0de0b17936ed7248016460d6b87c62/68747470733a2f2f7472617669732d63692e6f72672f746a6c79746c652f71636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tjlytle/qclient)

Currently work in progress. See [example](example) for usage.

Installation
------------

[](#installation)

```
composer require tjlytle/qclient

```

Client Setup
------------

[](#client-setup)

```
$token = 'oauth 2 token';
$client = new \QClient\Client($token);

```

API Support
-----------

[](#api-support)

Currently the client provides access to collections by providing iterable objects. The items are simple containers for the API response providing array access to the data:

```
foreach($client->device_descriptions as $description){
    echo $description['name'];
}

foreach($client->devices as $device):
foreach($client->signals as $signal):

```

To create a signal, use the collection and the method, as well as a `Signal` object:

```
$signal = new Signal();
$signal->setName('Sent from PHP Client');
$signal->setPid('DK5QPID');
$signal->setZone('KEY_A');
$signal->setColor('#008000');

$client->signals->post($signal);

```

To update, use the patch method:

```
$client->signals->patch($signal);

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2918addb7ac3a446a8e6a2f824efbd116ab4e5eeeb15a87ba1680163165f8864?d=identicon)[tjlytle](/maintainers/tjlytle)

---

Top Contributors

[![tjlytle](https://avatars.githubusercontent.com/u/125074?v=4)](https://github.com/tjlytle "tjlytle (6 commits)")

### Embed Badge

![Health badge](/badges/tjlytle-qclient/health.svg)

```
[![Health](https://phpackages.com/badges/tjlytle-qclient/health.svg)](https://phpackages.com/packages/tjlytle-qclient)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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