alcamo/dom

DOM documents with extended capabilitities

Installs: 328

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/alcamo/dom

0.12.4 2025-09-11 11:37 UTC

README

This package offers extensions to the PHP DOM node classes at various levels:

  • The classes in namespace alcamo\dom add features without adding properties to nodes except the document node.
  • Namespace alcamo\dom\extended, built on top of alcamo\dom, adds properties to other nodes.
  • Namespace alcamo\dom\decorated, built on top of alcamo\dom\extended, offers the possibility to add decorators to nodes.
  • Namespace alcamo\dom\psvi, built on top of `alcamo\dom\decorated, adds PSVI data to elements