Описание тут. Библиотека подрублена через композер.
https://yiiframework.ru/forum/viewtopic.php?t=32831
подключаем так , через слешь спереди
\phpQuery::newDocument($file);;
1 2 3 4 5 6 |
$url = 'https://Urlsite'; $file = file_get_contents($url); $doc = \phpQuery::newDocument($file);; $tr = $doc->find('.orglist_full_company')->text(); echo $tr; |