Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T13:00:37.000Z (over 7 years ago)
- Last Synced: 2024-11-25T20:12:06.527Z (2 months ago)
- Topics: document-object-model, dom, dom-manipulation, php
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- 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.