From a5a4d4f175836d79ecf363705fc9abb3a49e8972 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Fri, 7 Apr 2017 09:45:49 -0600 Subject: Updated README --- README.md | 8 +++++--- 1 file 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 -- cgit v1.2.3