This repository contains PHP API for Allure framework. The main idea is to reuse this API when creating adapters for different test frameworks.
In order to use this API you simply need to add the following to composer.json:
{
"require": {
"php": "^8",
"allure-framework/allure-php-commons": "^2"
}
}
See allure-phpunit project.