jakulov/hyper-parser

Parser any web content

Maintainers

Package info

github.com/jakulov/hyper-parser

Homepage

Issues

pkg:composer/jakulov/hyper-parser

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 1

dev-master 2016-06-09 02:53 UTC

This package is not auto-updated.

Last update: 2026-03-23 19:40:37 UTC


README

This is a tiny library that allows you to easily parse web page content.

You simply need to set URL to parse and specify simple parser patterns using jQuery-like DOM selectors.

To be more fast Hyper Parser also support multiple concurrent HTTP queries.

Explore examples directory to find real use cases.