jnilla / php-dom-helper
PHP DOM Helper with convenient functionalities such as CSS selectors, node class manipulation and more.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/jnilla/php-dom-helper
Requires
This package is auto-updated.
Last update: 2025-09-29 02:44:14 UTC
README
PHP DOM Helper with convenient functionalities such as CSS selectors, node class manipulation and more.
Installation
Install using Composer:
composer require jnilla/php-dom-helper:dev-main
Load the library using the Composer autoloader:
require('vendor/autoload.php');
Basic Usage
How it Works
Example
License
This project is under the MIT License.