PHP/スクレイピング

PHP
require_once("phpQuery-onefile.php");
$html = file_get_contents("https://atrise.work/");
echo phpQuery::newDocument($html)->find("h1")->text();