Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 2.17 KB

README.md

File metadata and controls

47 lines (38 loc) · 2.17 KB

alt text

Scrutinizer Code Quality Build Status Latest Stable Version Total Downloads License

O2System Html

O2System HTML is an Open Source PHP HTML Document and Elements Validator, Processor and Generator Library.

Supported Doctype Declaration (DTD)

  • HTML5
  • HTML 4.01 Strict
  • HTML 4.01 Transitional
  • HTML 4.01 Frameset
  • XHTML 1.0 Strict
  • XHTML 1.0 Transitional
  • XHTML 1.0 Frameset
  • XHTML 1.1

Dom Features

  • Featured with jQuery alike HTML dom manipulation.
  • Automatically collect styles and scripts and place them in the HTML document in the right way.
  • HTML Beautifier
  • Extended Dom Element Object.

Composer Installation

The best way to install O2System Html is to use Composer

composer require o2system/html

Packagist: https://packagist.org/packages/o2system/html

Usage

Documentation is available on this repository wiki or visit this repository github page.

Ideas and Suggestions

Please kindly mail us at [email protected]

Bugs and Issues

Please kindly submit your issues at Github so we can track all the issues along development and send a pull request to this repository.

System Requirements