Registry / utility / jaeger-querylist

jaeger-querylist

JSON →
libraryV4.4.7phppackagistunverified

Simple, elegant, extensible PHP Web Scraper (crawler/spider), using CSS3 DOM selectors based on phpQuery.

composer require jaeger/querylist
INSTALL
IMPORT
SIG · JAEGER-QUERYLIST
J
jaeger-querylist
utilityphpvV4.4.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QueryList
use QL\QueryList;

Scrape content from HTML using CSS selectors.

<?php require 'vendor/autoload.php'; use QL\QueryList; $html = '<div id="content">Hello World</div>'; $ql = QueryList::html($html); echo $ql->find('#content')->text();
Debug
Known issues
breakingRequires PHP 7.0 or higher.
fix
Upgrade PHP to version 7.0 or later.
affects: <4.0.0
Upgrade
Version history
V4.4.7latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jaeger-querylist — pip install jaeger-querylist · libregistry