https://github.com/jonasraoni/php-dom
Implementation of the Document Object Model (DOM) Level 3 Core Specification in PHP.
https://github.com/jonasraoni/php-dom
document-object-model dom dom-manipulation php
Last synced: 4 months ago
JSON representation
Implementation of the Document Object Model (DOM) Level 3 Core Specification in PHP.
- Host: GitHub
- URL: https://github.com/jonasraoni/php-dom
- Owner: jonasraoni
- License: mit
- Created: 2017-10-26T11:13:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T13:00:37.000Z (over 8 years ago)
- Last Synced: 2025-06-16T12:53:22.503Z (8 months ago)
- Topics: document-object-model, dom, dom-manipulation, php
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DOM
Implementation of the [Document Object Model (DOM) Level 3 Core Specification](http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/) in PHP.