PHP Package: pestphp/pest-plugin-type-coverage

Efficiently enhance type coverage reports for PHP projects with pest-plugin-type-coverage

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

Package Description

Boost your PHP project's type coverage analysis capabilities with pest-plugin-type-coverage. This library seamlessly integrates with your existing setup to provide detailed insights on type safety and coverage, aiding in identifying potential issues early in the development cycle. Stay ahead of the curve and optimize your codebase for improved maintainability and reliability.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.2

Download Download v4.0.2

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-type-coverage/4.0.2/loader.php';
require_once 'libs/pestphp/pest/4.1.2/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';

use Pest\Plugins\TypeCoverage\TypeCoveragePlugin;

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