PHP Package: pestphp/pest-plugin

PestPHP plugin enhancing testing functionality for PHP applications with ease of use and flexibility.

Current Version: 4.0.0
Last Updated: Date not available
PHP Requirement: ^8.3
Dependencies:
pestphp/pest
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

PestPHP plugin, a powerful tool for optimizing PHP application testing, offering advanced features and customization options. It enhances testing procedures, simplifying complex scenarios, and streamlining the development process for efficient and reliable results.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.0

Download Download v4.0.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/pestphp/pest-plugin/4.0.0/loader.php';
require_once 'libs/pestphp/pest/4.1.2/loader.php';
require_once 'libs/vendor3/dependency3/{lib_version}/loader.php';

use PestPlugin\Class1;
use vendor3\dependency3\AnotherTestClass;

$obj = new Class1();
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.