-
Notifications
You must be signed in to change notification settings - Fork 20
Getting Started
Thomas Weinert edited this page Dec 16, 2016
·
2 revisions
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:
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.
- Home
- Getting Started
- Tasks
- Plugins
- Functions
- Lists
- Creator (5.1)
- CSS Selectors
- Convertors
- Loaders
- Serializers (5.1)
- Transformers (5.1)
- Extended DOM
- XMLReader (6.1)
- XMLWriter (6.1)
- Interfaces