PHP Package: pestphp/pest-plugin-arch

Efficiently analyze and optimize your PHP architecture with Pest plugin Arch, designed for seamless integration and enhanced performance.

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

Explore advanced architecture analysis features with Pest plugin Arch, a comprehensive tool built to streamline your PHP projects. Improve code quality, identify bottlenecks, and enhance scalability effortlessly through intuitive visualizations and insightful metrics.

📦 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-arch/4.0.0/loader.php';
require_once 'libs/pestphp/pest/4.1.2/loader.php';

use Pest\Plugin\Arch\Analyzer;
use Pest\Plugin\Arch\Metrics;

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