Skip to content
Greg Bowler edited this page May 30, 2017 · 13 revisions

The Document Object Model (DOM) an object oriented interface for interacting with HTML webpages and other XML documents. Its use has been made extremely popular by its use in JavaScript within the browser. This project provides PHP access to the DOM on the server, allowing your PHP scripts to use the standardised and widely understood DOM technologies to produce dynamic pages alongside or instead of a template engine.

If you are interested in contributing to this project, a concise overview of how to contribute to the project is available on the Contribution guide page.