From 18b29eee1587a10c4102c3119489522b2b137d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20DELSOL?= Date: Mon, 25 Nov 2013 22:51:49 +0100 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..072b3cd --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +PHP-Html-Tag +============ + +This package can be used to compose HTML pages programmatically. It consists of a set of classes that abstracts most of HTML tags that can be added to a HTML document being composed calling those class object functions. There is also a class that can process templates to compose HTML documents. + +[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/mikaelcom/PHP-Html-Tag/badges/quality-score.png?s=b0fe1a081b51206ffc3d5a1a09637eec9bd32097)](https://scrutinizer-ci.com/g/mikaelcom/PHP-Html-Tag/)