https://github.com/qase-tms/qase-php
Qase TMS PHP SDK.
https://github.com/qase-tms/qase-php
monorepo php qase sdk tms
Last synced: 4 months ago
JSON representation
Qase TMS PHP SDK.
- Host: GitHub
- URL: https://github.com/qase-tms/qase-php
- Owner: qase-tms
- Created: 2020-04-29T09:25:04.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-02-05T20:04:44.000Z (4 months ago)
- Last Synced: 2026-02-06T05:10:43.450Z (4 months ago)
- Topics: monorepo, php, qase, sdk, tms
- Homepage: https://developers.qase.io
- Size: 8.79 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Qase TestOps](https://qase.io) Reporters for PHP
This monorepo provides integration tools for PHP testing frameworks, enabling seamless reporting of test results
to [Qase TestOps](https://qase.io). It includes reporters, shared libraries, and API clients designed to enhance test
automation workflows.
## Projects Overview
### 🚀 Reporters
- **[qase-phpunit](https://github.com/qase-tms/qase-phpunit)**
A dedicated reporter for PHPUnit with built-in support for Paratest, ensuring smooth test execution and result
tracking.
### 📦 Libraries
- **[qase-php-commons](https://github.com/qase-tms/qase-php-commons)**
A shared library containing essential components and utilities for Qase reporters, helping to maintain consistency
across integrations.
### 🔗 API Clients
- **[qase-api-client](https://github.com/qase-tms/qase-api-client)**
The official client for interacting with Qase TestOps API (v1). Recommended for most applications requiring stable API
integration.
- **[qase-api-v2-client](https://github.com/qase-tms/qase-api-v2-client)**
A next-generation API client supporting Qase TestOps API (v2). Ideal for projects utilizing the latest API
capabilities and features.