PHP Package: allure-framework/allure-phpunit
Allure PHP library for PHPUnit integration providing advanced reporting features for test results visualization.
Package Description
Allure PHPUnit is a PHP library that seamlessly integrates with PHPUnit, offering enhanced reporting capabilities for visualizing test results. With detailed insights and interactive reports, it facilitates comprehensive test analysis and quality assurance processes, ultimately streamlining development workflows and ensuring optimal code quality.
Download Latest Version: 3.1.0

Previous Versions
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-phpunit/3.1.0/loader.php';
require_once 'libs/allure-framework/allure-php-commons/{lib_version}/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.1.5/loader.php';
use Allure\PHPUnit\Listener\AllureListener;
$obj = new AllureListener();
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.