⚠️ 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.
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.