{"id":91791,"library":"zendframework-zend-dom","title":"Zend DOM","description":"Provides tools for working with DOM documents and structures","status":"active","version":"2.7.2","language":"php","source_language":null,"source_url":"https://github.com/zendframework/zend-dom","tags":["dom","xml","html","parsing","zend"],"install":[{"cmd":"composer require zendframework/zend-dom","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Query","correct":"use Zend\\Dom\\Query;"}],"quickstart":{"code":"use Zend\\Dom\\Query;\n\n$dom = new Query($htmlContent);\n$results = $dom->execute('div.class-name');\nforeach ($results as $node) {\n    echo $node->nodeValue;\n}","lang":"php","description":"Query DOM documents using CSS selectors"},"warnings":[{"fix":"Replace zendframework/zend-dom with laminas/laminas-dom in your composer.json.","message":"This package is part of the Zend Framework, which has been migrated to Laminas. Consider using laminas/laminas-dom instead.","severity":"breaking","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'document':9 'dom':2,8,12 'html':14 'pars':15 'provid':3 'structur':11 'tool':4 'work':6 'xml':13 'zend':1,16","created_at":"2026-06-19T09:22:46.188459+00:00","updated_at":"2026-06-19T09:22:46.188459+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/zendframework/zend-dom","github":"https://github.com/zendframework/zend-dom","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}