PHP DOM Helper with convenient functionalities such as CSS selectors, node class manipulation and more.
Install using Composer:
composer require jnilla/php-dom-helper:dev-main
Load the library using the Composer autoloader:
require('vendor/autoload.php');
This project is under the MIT License.