PHPackages                             qase/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. [HTTP &amp; Networking](/categories/http)
4. /
5. qase/api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

qase/api
========

Qase TMS API client.

v1.2.1(3y ago)222.2k↓71.8%41Apache-2.0PHPPHP ^7.4 || ^8.0CI failing

Since Dec 17Pushed 3y ago4 watchersCompare

[ Source](https://github.com/qase-tms/qase-php-client)[ Packagist](https://packagist.org/packages/qase/api)[ Docs](https://developers.qase.io)[ RSS](/packages/qase-api/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (9)Versions (21)Used By (1)

> # Qase TMS PHP client
>
> [](#qase-tms-php-client)
>
> Auto-generated code based on our [OpenAPI specification](https://github.com/qase-tms/specs).

How to integrate
----------------

[](#how-to-integrate)

```
$ composer require qase/api
```

Example of usage
----------------

[](#example-of-usage)

```
use GuzzleHttp\Client;
use Qase\Client\Api\RunsApi;
use Qase\Client\Configuration;
use Qase\Client\Model\RunCreate;

$config = Configuration::getDefaultConfiguration()
    ->setHost(getenv('QASE_API_BASE_URL'))
    ->setApiKey('Token', getenv('QASE_API_TOKEN'));

$runApi = new RunsApi($client, $config);

$run = $runApi->createRun(getenv('QASE_PROJECT_CODE'), new RunCreate([
    'title' => sprintf('PHPUnit [%F]', microtime(true)),
    'is_autotest' => true,
]));
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~59 days

Recently: every ~98 days

Total

8

Last Release

1241d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9f1a283d3d2006e510da5e8859b4f5c174b3fb1ea67527857ab6d9bbd3ee599?d=identicon)[qase](/maintainers/qase)

---

Top Contributors

[![kamilsk](https://avatars.githubusercontent.com/u/1165416?v=4)](https://github.com/kamilsk "kamilsk (18 commits)")[![sklmx](https://avatars.githubusercontent.com/u/168888?v=4)](https://github.com/sklmx "sklmx (12 commits)")[![1ivliev](https://avatars.githubusercontent.com/u/64368690?v=4)](https://github.com/1ivliev "1ivliev (4 commits)")[![apetrosyan1613](https://avatars.githubusercontent.com/u/106110821?v=4)](https://github.com/apetrosyan1613 "apetrosyan1613 (3 commits)")[![n3r](https://avatars.githubusercontent.com/u/844921?v=4)](https://github.com/n3r "n3r (1 commits)")

---

Tags

apiclienthttpopenapiphpqaseresttmshttpphpapiclientrestopenapitmsqase

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/qase-api/health.svg)

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

###  Alternatives

[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34216.9k2](/packages/onesignal-onesignal-php-api)

PHPackages © 2026

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