summaryrefslogtreecommitdiff
path: root/README.md
blob: 4e783d505f1986b43db52d2ebfaf2761da39b4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# HTML5-PHP

This is a **highly experimental** fork of the html5lib PHP parser.

The need for an HTML5 parser in PHP is clear. This project extends on
the work of a previous (but seemingly abandoned) PHP parser. Beginning
with the [original source](https://code.google.com/p/html5lib/source/checkout), we have
create a newer version and are working to add the following features:

- An HTML5 serializer [not started]
- Support for PHP namespace [in progress]
- Composer support [in progress]
- Interoperability with QueryPath [not started]

## Thanks to...

We owe a huge debt of gratitude to the original authors of html5lib.

## License

This software is released under the MIT license.