berlioz / html-selector
Berlioz HTML Selector is a PHP library to do queries on HTML files (converted in SimpleXMLElement object) like jQuery on DOM.
v3.0.0
2026-02-19 13:27 UTC
Requires
- php: ^8.2
- ext-mbstring: *
- ext-xml: *
- psr/http-message: ^2.0
This package is auto-updated.
Last update: 2026-03-19 17:28:47 UTC
README
Note
This repository is a read-only split from the main Berlioz Framework repository.
For contributions, issues, or more information, please visit the main Berlioz Framework repository.
Do not open issues or pull requests here.
Berlioz HTML Selector is a PHP library to do queries on HTML files with CSS selectors like jQuery on DOM.
📖 Full documentation
Installation
You can install Berlioz HTML Selector with Composer, it's the recommended installation.
$ composer require berlioz/html-selector
Documentation
For usage and examples, visit the official documentation on getberlioz.com.