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.2.0
2026-07-02 09:44 UTC
Requires
- php: ^8.2
- ext-mbstring: *
- ext-xml: *
- psr/http-message: ^2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.