jakulov / hyper-parser
Parser any web content
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/jakulov/hyper-parser
Requires
- php: ^5.5 || ^7.0
- guzzlehttp/guzzle: ^6.2
- sunra/php-simple-html-dom-parser: ^1.5
Requires (Dev)
- phpunit/phpunit: ^5.4
This package is not auto-updated.
Last update: 2025-10-06 17:36:31 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.