PHP Package: allure-framework/allure-php-api
Allure PHP API provides seamless integration with Allure framework for enhanced testing and reporting capabilities.
Package Description
Allure PHP API is a library designed to streamline the process of integrating Allure reporting features into PHP projects. By enabling rich and interactive test reporting, it enhances the visibility and clarity of test results. This library offers a comprehensive suite of tools to create visually appealing reports that facilitate better decision-making and improve overall project quality.
Download Latest Version: 1.5.0

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/allure-framework/allure-php-api/1.5.0/loader.php';
require_once 'libs/allure-framework/allure-php-commons/{lib_version}/loader.php';
use Allure\Allure;
use Allure\AllureLifecycle;
$obj = new Allure();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.