summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Butcher <[email protected]>2017-04-07 09:45:49 -0600
committerMatt Butcher <[email protected]>2017-04-07 09:45:49 -0600
commita5a4d4f175836d79ecf363705fc9abb3a49e8972 (patch)
treef3c9a511e37c67dc881ef395293f1fc08783919e
parent838006b9aa0dad92301740d9fb607a8287fc184f (diff)
Updated README
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 505a85f..f56a52b 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
# HTML5-PHP
-The need for an HTML5 parser in PHP is clear. This project initially
-began with the seemingly abandoned `html5lib` project [original source](https://code.google.com/p/html5lib/source/checkout).
-But after some initial refactoring work, we began a new parser.
+HTML5 is a standards-compliant HTML5 parser and writer written entirely in PHP with
+well over [one million downloads](https://packagist.org/packages/masterminds/html5).
+
+HTML5 is stable and used in many large production sites. It supports the following features:
- An HTML5 serializer
- Support for PHP namespaces
@@ -16,6 +17,7 @@ But after some initial refactoring work, we began a new parser.
[![Latest Stable Version](https://poser.pugx.org/masterminds/html5/v/stable.png)](https://packagist.org/packages/masterminds/html5)
[![Code Coverage](https://scrutinizer-ci.com/g/Masterminds/html5-php/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Masterminds/html5-php/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Masterminds/html5-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Masterminds/html5-php/?branch=master)
+[![Stability: Sustained](https://masterminds.github.io/stability/sustained.svg)](https://masterminds.github.io/stability/sustained.html)
## Installation