PHPackages                             qase/qase-api-v2-client - 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. qase/qase-api-v2-client

ActiveLibrary[API Development](/categories/api)

qase/qase-api-v2-client
=======================

Qase TestOps API V2 client for PHP

1.1.5(4mo ago)0102.2k↑50.8%11Apache-2.0PHPPHP ^8.0CI passing

Since Jan 30Pushed 4mo ago2 watchersCompare

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

READMEChangelogDependencies (9)Versions (15)Used By (1)

qase-api-v2-client
==================

[](#qase-api-v2-client)

Qase TestOps API v2 Specification.

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.0.0
- Package version: 1.0.1
- Generator version: 7.4.0 For more information, please visit

Requirements.
-------------

[](#requirements)

PHP 8.0+

Installation &amp; Usage
------------------------

[](#installation--usage)

Use this command to install the package:

```
$ composer require qase/qase-api-v2-client
```

Getting Started
---------------

[](#getting-started)

```
use GuzzleHttp\Client;
use Qase\APIClientV2\Api\ResultsApi;
use Qase\APIClientV2\Configuration;
use Qase\APIClientV2\Model\ResultCreate;

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

$resultsApi = new ResultsApi($client, $config);

$resultsApi->createResultV2(getenv('QASE_PROJECT_CODE'), 1, new ResultCreate());

```

Documentation for API Endpoints
-------------------------------

[](#documentation-for-api-endpoints)

All URIs are relative to **

ClassMethodHTTP requestDescription*ResultsApi*[**createResultV2**](docs/ResultsApi.md#createResultV2)**POST** /{project\_code}/run/{run\_id}/resultCreate test run result*ResultsApi*[**createResultsV2**](docs/ResultsApi.md#createResultsV2)**POST** /{project\_code}/run/{run\_id}/resultsBulk create test run resultDocumentation For Models
------------------------

[](#documentation-for-models)

- [CreateResultsRequestV2](docs/CreateResultsRequestV2.md)
- [RelationSuite](docs/RelationSuite.md)
- [RelationSuiteItem](docs/RelationSuiteItem.md)
- [ResultCreate](docs/ResultCreate.md)
- [ResultCreateFields](docs/ResultCreateFields.md)
- [ResultExecution](docs/ResultExecution.md)
- [ResultRelations](docs/ResultRelations.md)
- [ResultStep](docs/ResultStep.md)
- [ResultStepData](docs/ResultStepData.md)
- [ResultStepExecution](docs/ResultStepExecution.md)
- [ResultStepStatus](docs/ResultStepStatus.md)
- [ResultStepsType](docs/ResultStepsType.md)

Documentation For Authorization
-------------------------------

[](#documentation-for-authorization)

Authentication schemes defined for the API:

### TokenAuth

[](#tokenauth)

- **Type**: API key
- **API key parameter name**: Token
- **Location**: HTTP header

Author
------

[](#author)

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance76

Regular maintenance activity

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity51

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

Recently: every ~91 days

Total

7

Last Release

132d ago

### Community

Maintainers

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

---

Top Contributors

[![gibiw](https://avatars.githubusercontent.com/u/17822447?v=4)](https://github.com/gibiw "gibiw (13 commits)")

---

Tags

phpapiclienttmsqase

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69735.8M179](/packages/algolia-algoliasearch-client-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k441.1k8](/packages/theodo-group-llphant)[resend/resend-php

Resend PHP library.

608.3M53](/packages/resend-resend-php)[fingerprint/fingerprint-pro-server-api-sdk

Fingerprint Server API allows you to get, search, and update Events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. The API also supports collection of Automation Intelligence for requests to your server in edge, pre-origin, or middleware contexts.

33302.1k1](/packages/fingerprint-fingerprint-pro-server-api-sdk)

PHPackages © 2026

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