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)221.2k↓23.1%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 1mo ago

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 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

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

1196d 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

[ory/hydra-client

Documentation for all of Ory Hydra's APIs.

17435.9k](/packages/ory-hydra-client)[elasticemail/elasticemail-php

This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available &lt;a target='\_blank' href='https://app.elasticemail.com/marketing/settings/new/manage-api'&gt;here&lt;/a&gt;). Remember to keep it safe. Required access levels are listed in the given request’s description. Downloadable library clients can be found in our Github repository &lt;a target='\_blank' href='https://github.com/ElasticEmail?tab=repositories&amp;q=%22rest+api%22+in%3Areadme'&gt;here&lt;/a&gt;

1595.0k2](/packages/elasticemail-elasticemail-php)[ory/kratos-client-php

This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.

1529.2k3](/packages/ory-kratos-client-php)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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