Getting Started - ThomasWeinert/FluentDOM GitHub Wiki
Getting Started
FluentDOM started as an implementation of the jQuery API. But it includes extended DOM classes, too. This is actually the easier way to use them (unless you know jQuery inside out).
So let's start with some examples:
Installation
FluentDOM is available on Packagist.org, just add the dependency to your composer.json.
composer require fluentdom/fluentdom
It supports the Composer autoloader. If your script includes vendor/autoload.php
the classes should be available.