UNPKG

hquery.php

Version:

An extremely fast web scraper that parses megabytes of HTML in a blink of an eye. No dependencies. PHP5+

92 lines (91 loc) 1.95 kB
{ "name": "duzun/hquery", "type": "library", "description": "An extremely fast web scraper that parses megabytes of HTML in a blink of an eye. No dependencies. PHP5+", "version": "3.3.0", "license": "MIT", "authors": [ { "name": "Dumitru Uzun", "email": "contact@duzun.me", "homepage": "https://DUzun.Me", "role": "Author" } ], "homepage": "https://duzun.me/playground/hquery", "keywords": [ "HTML", "XML", "XHTML", "web", "scraper", "scraping", "crawling", "parser", "invalid", "invalid-html", "broken-html", "selectors", "css-selectors", "jquery-selectors", "jquery-like", "fast-parser", "fastest", "efficient", "index", "http", "URL", "PSR-7", "PHP" ], "minimum-stability": "RC", "prefer-stable": true, "autoload": { "psr-4": { "duzun\\": "src/" }, "psr-0": { "hQuery": "src/" }, "classmap": [ "hquery.php" ] }, "support": { "email": "contact@duzun.me", "issues": "https://github.com/duzun/hQuery.php/issues", "source": "https://github.com/duzun/hQuery.php" }, "archive": { "exclude": [ "/tests", "/tools", "/docs", "/.*" ] }, "platform-check": false, "require": { "php": ">=5.3" }, "require-dev": { "symfony/dom-crawler": "*", "symfony/css-selector": "*" }, "extra": { "apigen/apigen": "*", "php-http/mock-client": "*", "php-http/discovery": "*", "guzzlehttp/psr7": "*" }, "suggest": { "php-http/message": "Might be required by hQuery::fromHTML($message) or hQuery::fromURL()", "php-http/discovery": "Might be required by hQuery::sendRequest()", "php-http/socket-client": "Could be used to make HTTP requests before calling hQuery::fromHTML($message)" }, "config": { "allow-plugins": { "php-http/discovery": true } } }