<?php
use DiDom\Document as Docs;
$document = new Docs('https://yandex.ru/');
//$posts = $document->find('.list');
//foreach($posts as $post) {
// echo $post->text(), "\n";
//}
echo 123;
сама ошибка
Fatal error: Uncaught Error: Class 'DiDom\Document' not found in C:\OSPanel\domains\Parser\index.php:5 Stack trace: #0 {main} thrown in C:\OSPanel\domains\Parser\index.php on line 5
использую composer